diff --git a/src/components/table/tag/TagTable.vue b/src/components/table/tag/TagTable.vue index 87e4811e..25da5bc2 100644 --- a/src/components/table/tag/TagTable.vue +++ b/src/components/table/tag/TagTable.vue @@ -155,7 +155,7 @@ export default { label: this.$t('tag.category'), prop: 'category', show: true, - width: 100 + width: 150 }, { label: this.$t('tag.entityType'), prop: 'indicatorType', diff --git a/src/utils/constants.js b/src/utils/constants.js index cd1975e2..2cce8ec3 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -362,6 +362,17 @@ export const tagCategoryOptions = [ } ] +export const tagSourceOptions = [ + { + value: 1, + label: 'tag.builtInTag' + }, + { + value: 0, + label: 'tag.userDefined' + } +] + export const metricType = { Bits: 'Bits/s', Packets: 'Packets/s', diff --git a/src/views/tag/Tag.vue b/src/views/tag/Tag.vue index 27a544b8..f426eb6f 100644 --- a/src/views/tag/Tag.vue +++ b/src/views/tag/Tag.vue @@ -26,25 +26,11 @@ {{$t('overall.delete')}} - - - - + + + + + + + +