From d9ebbaeb770823294dc4d9ce45538220f7e711bc Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 8 Nov 2013 14:54:14 -0800 Subject: [PATCH] CLOUDSTACK-999: hyper-V: UI > Infrastructure > Secondary Storages > add protocol field to listView, detailView. --- ui/scripts/system.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 664c8bcf548..0f12f670857 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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' },