CLOUDSTACK-999: hyper-V: UI > Infrastructure > Secondary Storages > add protocol field to listView, detailView.

This commit is contained in:
Jessica Wang 2013-11-08 14:54:14 -08:00
parent 7d2961a0f3
commit d9ebbaeb77
1 changed files with 6 additions and 6 deletions

View File

@ -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'
},