mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge branch '4.19' into 4.20
This commit is contained in:
commit
6589235b71
@ -21,7 +21,7 @@
|
|||||||
<a-tab-pane v-for="(item, index) in traffictypes" :tab="item.traffictype" :key="index">
|
<a-tab-pane v-for="(item, index) in traffictypes" :tab="item.traffictype" :key="index">
|
||||||
<a-popconfirm
|
<a-popconfirm
|
||||||
:title="$t('message.confirm.delete.traffic.type')"
|
:title="$t('message.confirm.delete.traffic.type')"
|
||||||
@confirm="deleteTrafficType(itemd)"
|
@confirm="deleteTrafficType(item)"
|
||||||
:okText="$t('label.yes')"
|
:okText="$t('label.yes')"
|
||||||
:cancelText="$t('label.no')" >
|
:cancelText="$t('label.no')" >
|
||||||
<a-button
|
<a-button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user