mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: Fixed the Description coloumn in the UI for Quota traffic page (#7402)
* added correct description response for quotariff api call * added correct label for Usage description
This commit is contained in:
parent
54606dc965
commit
9df1a7bc0e
@ -2030,6 +2030,7 @@
|
|||||||
"label.usagename": "Usage type",
|
"label.usagename": "Usage type",
|
||||||
"label.usageunit": "Unit",
|
"label.usageunit": "Unit",
|
||||||
"label.usageislocal": "A Usage Server is installed locally",
|
"label.usageislocal": "A Usage Server is installed locally",
|
||||||
|
"label.usagetypedescription": "Usage description",
|
||||||
"label.use.kubectl.access.cluster": "<code><b>kubectl</b></code> and <code><b>kubeconfig</b></code> file to access cluster",
|
"label.use.kubectl.access.cluster": "<code><b>kubectl</b></code> and <code><b>kubeconfig</b></code> file to access cluster",
|
||||||
"label.use.local.timezone": "Use local timezone",
|
"label.use.local.timezone": "Use local timezone",
|
||||||
"label.used": "Used",
|
"label.used": "Used",
|
||||||
|
|||||||
@ -78,8 +78,8 @@ export default {
|
|||||||
icon: 'credit-card-outlined',
|
icon: 'credit-card-outlined',
|
||||||
docHelp: 'plugins/quota.html#quota-tariff',
|
docHelp: 'plugins/quota.html#quota-tariff',
|
||||||
permission: ['quotaTariffList'],
|
permission: ['quotaTariffList'],
|
||||||
columns: ['usageName', 'description', 'usageUnit', 'tariffValue', 'tariffActions'],
|
columns: ['usageName', 'usageTypeDescription', 'usageUnit', 'tariffValue', 'tariffActions'],
|
||||||
details: ['usageName', 'description', 'usageUnit', 'tariffValue'],
|
details: ['usageName', 'usageTypeDescription', 'usageUnit', 'tariffValue'],
|
||||||
component: shallowRef(() => import('@/views/plugins/quota/QuotaTariff.vue'))
|
component: shallowRef(() => import('@/views/plugins/quota/QuotaTariff.vue'))
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user