From 951c1241669f8707d0b6579df960f7f80cc05078 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 24 Sep 2012 13:59:44 -0700 Subject: [PATCH] CLOUDSTACK-154: Show network details for virtual router -Adds new NICs tab, to display network information for each router NIC, including network name -Show guest network ID field on router details tab --- .../classes/resources/messages.properties | 4 +- ui/dictionary.jsp | 2 + ui/scripts/system.js | 84 +++++++++++++++++++ 3 files changed, 88 insertions(+), 2 deletions(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 1535c314f3a..454974d4654 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -17,8 +17,8 @@ #new labels (begin) ********************************************************************************************** - - +label.isolation.uri=Isolation URI +label.broadcast.uri=Broadcast URI #new labels (end) ************************************************************************************************ diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index f64864ccadf..9457e30af79 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -25,6 +25,8 @@ under the License. <% long now = System.currentTimeMillis(); %>