From c987e84398383372e0d29d25cb3c4e2f1067d835 Mon Sep 17 00:00:00 2001 From: NIKITA Date: Wed, 8 Sep 2010 17:49:44 -0700 Subject: [PATCH] Network new UI --- ui/new/css/main.css | 56 +++- ui/new/images/contenttab_selected.gif | Bin 258 -> 265 bytes ui/new/images/contenttab_unselected.gif | Bin 551 -> 509 bytes ui/new/images/contenttab_unselected_hover.gif | Bin 505 -> 509 bytes ui/new/images/gird_editicon.png | Bin 0 -> 913 bytes ui/new/images/gird_editicon_hover.png | Bin 0 -> 973 bytes ui/new/images/grid_detailspointer.gif | Bin 0 -> 95 bytes ui/new/images/grid_detailspointer.png | Bin 0 -> 276 bytes ui/new/images/network_managevmicon.gif | Bin 0 -> 680 bytes ui/new/jsp/network.jsp | 304 ++++++++++++++++++ 10 files changed, 357 insertions(+), 3 deletions(-) create mode 100644 ui/new/images/gird_editicon.png create mode 100644 ui/new/images/gird_editicon_hover.png create mode 100644 ui/new/images/grid_detailspointer.gif create mode 100644 ui/new/images/grid_detailspointer.png create mode 100644 ui/new/images/network_managevmicon.gif create mode 100644 ui/new/jsp/network.jsp diff --git a/ui/new/css/main.css b/ui/new/css/main.css index 24c8d514e20..db4c9d171c5 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -15,8 +15,7 @@ html,body{ background:#00374e url(../images/login_bg.gif) repeat-x top left; margin:0; padding:0; - overflow-x:hidden; - overflow-y:auto; + overflow:auto; } + +<%@ page import="java.util.*" %> +<%@ page import="com.cloud.utils.*" %> + +<% + + Locale browserLocale = request.getLocale(); + CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); +%> + + +
+ +
+ Network
+ +

Event +

+
+
+ +
+
+ <%=t.t("Details")%>
+
+ <%=t.t("Port Forwarding")%>
+
+ <%=t.t("Load Balancer")%>
+
+
+
+
+
+ +
+
+
+
+ IP:
+
+
+
+
+
+
+
+
+
+ Zone:
+
+
+
+
+
+
+
+
+
+ VLAN:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Level")%>:
+
+
+
+
+
+
+
+
+
+ Source NAT:
+
+
+
+
+
+
+
+
+
+ Network Type:
+
+
+
+
+
+
+
+
+
+ Domain:
+
+
+
+
+
+
+
+
+
+ Account:
+
+
+
+
+
+
+
+
+
+ Allocated:
+
+
+
+
+
+
+
+ + + +
+
+
+
Public Port
+
+
+
Private Port
+
+
+
Protocol
+
+
+
Instance
+
+
+
+
+
8080
+
+
+
80
+
+
+
8 GB
+
+
+
Instance Name
+
+ +
+ +
+
+
8080
+
+
+
80
+
+
+
8 GB
+
+
+
Instance Name
+
+ +
+
+ + + + +
+
+
+
Name
+
+
+
Public Port
+
+
+
Private Port
+
+
+
Algorithm
+
+
+
+
+
LB#1
+
+
+
8080
+
+
+
80
+
+
+
Source
+
+
+
+
+
+
+
+
+
+
1-2-2-TEST
+
+
+
10.23.231.230
+
+
+ +
+
+ +
+
+
+
+
+
1-2-2-TEST
+
+
+
10.23.231.230
+
+
+ +
+
+
+
+
+ +
+
+
LB#1
+
+
+
8080
+
+
+
80
+
+
+
Source
+
+ + + +
+ +
+ +
+ \ No newline at end of file