Открыть боковую панель
nt_test133
nt_project_uxpg8lvcuq8w
Коммиты
7411b713
Коммит
7411b713
создал
Сен 05, 2019
по автору
Giorgenes Gelatti
Просмотр файлов
Adds tracking to registry UI
владелец
fddb01c0
Изменения
2
Скрыть пробелы
Построчно
Рядом
app/assets/javascripts/registry/components/collapsible_container.vue
Просмотр файла @
7411b713
...
@@ -84,6 +84,8 @@ export default {
...
@@ -84,6 +84,8 @@ export default {
v-gl-modal=
"modalId"
v-gl-modal=
"modalId"
:title=
"s__('ContainerRegistry|Remove repository')"
:title=
"s__('ContainerRegistry|Remove repository')"
:aria-label=
"s__('ContainerRegistry|Remove repository')"
:aria-label=
"s__('ContainerRegistry|Remove repository')"
data-track-event=
"click_button"
data-track-label=
"registry_repository_delete"
class=
"js-remove-repo btn-inverted"
class=
"js-remove-repo btn-inverted"
variant=
"danger"
variant=
"danger"
>
>
...
...
app/assets/javascripts/registry/components/table_registry.vue
Просмотр файла @
7411b713
...
@@ -194,6 +194,8 @@ export default {
...
@@ -194,6 +194,8 @@ export default {
v-gl-modal=
"modalId"
v-gl-modal=
"modalId"
:disabled=
"!itemsToBeDeleted || itemsToBeDeleted.length === 0"
:disabled=
"!itemsToBeDeleted || itemsToBeDeleted.length === 0"
class=
"js-delete-registry float-right"
class=
"js-delete-registry float-right"
data-track-event=
"click_button"
data-track-label=
"bulk_registry_tag_delete"
variant=
"danger"
variant=
"danger"
:title=
"s__('ContainerRegistry|Remove selected images')"
:title=
"s__('ContainerRegistry|Remove selected images')"
:aria-label=
"s__('ContainerRegistry|Remove selected images')"
:aria-label=
"s__('ContainerRegistry|Remove selected images')"
...
@@ -247,6 +249,8 @@ export default {
...
@@ -247,6 +249,8 @@ export default {
v-gl-modal=
"modalId"
v-gl-modal=
"modalId"
:title=
"s__('ContainerRegistry|Remove image')"
:title=
"s__('ContainerRegistry|Remove image')"
:aria-label=
"s__('ContainerRegistry|Remove image')"
:aria-label=
"s__('ContainerRegistry|Remove image')"
data-track-event=
"click_button"
data-track-label=
"registry_tag_delete"
variant=
"danger"
variant=
"danger"
class=
"js-delete-registry-row float-right btn-inverted btn-border-color btn-icon"
class=
"js-delete-registry-row float-right btn-inverted btn-border-color btn-icon"
@
click=
"deleteSingleItem(index)"
@
click=
"deleteSingleItem(index)"
...
...
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать