We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
После авторизации кнопка не пропадает.
The text was updated successfully, but these errors were encountered:
This change in src/components/CountersHeader.vue should do the trick:
src/components/CountersHeader.vue
@@ -1,6 +1,6 @@ <template> <b-row class="infobar" align-v="center" no-gutters> - <b-col cols="2" md="4" class="text-center text-md-left"> + <b-col cols="2" md="4" class="text-center text-md-left" v-if="!$store.getters.user.authenticated"> <router-link to="/sign-in"> <i class="fa fa-lg fa-lock align-middle" aria-hidden="true" /> <span v-if="!$root.onMobile">Снять ограничения данных</span>
But it should be tested if the layout is still OK when the item gets hidden.
Sorry, something went wrong.
geophystech#265 Кнопка "Снять ограничение данных"
de7998f
Merge branches 'geophystech#192-update-leaflet' and 'geophystech#265-…
f8fb01b
…btn-remove-data-limitation'
@armd-pro прошу исправить ошибки:
Пропал зеленый фон у попапа после входа/выхода
Информация о загруженных событиях стала не по центру, прошу сделать по центру:
Фон у кнопки исправлен.
No branches or pull requests
После авторизации кнопка не пропадает.
The text was updated successfully, but these errors were encountered: