mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-999: hyper-V: UI > Infrastructure > Secondary Storages > add protocol field to listView, detailView.
This commit is contained in:
parent
7d2961a0f3
commit
d9ebbaeb77
|
|
@ -14950,12 +14950,9 @@
|
|||
fields: {
|
||||
name: {
|
||||
label: 'label.name'
|
||||
},
|
||||
url: {
|
||||
label: 'label.url'
|
||||
},
|
||||
providername: {
|
||||
label: 'Provider'
|
||||
},
|
||||
protocol: {
|
||||
label: 'label.protocol'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -15636,6 +15633,9 @@
|
|||
url: {
|
||||
label: 'label.url'
|
||||
},
|
||||
protocol: {
|
||||
label: 'label.protocol'
|
||||
},
|
||||
providername: {
|
||||
label: 'Provider'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue