diff --git a/ui/new/css/main.css b/ui/new/css/main.css index ee883dd0bc7..0bcf04c026b 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -292,6 +292,7 @@ a:visited { padding:0; } +<<<<<<< HEAD .vmpopup_container_closebutton { width:13px; height:13px; @@ -307,6 +308,8 @@ a:visited { background:url(../images/vm_closebutton_hover.gif) no-repeat top left; } +======= +>>>>>>> 10bc0b5... new UI - left menu, middle menu, instance .vmpopup_container_top { width:737px; height:30px; @@ -1605,7 +1608,11 @@ a:visited { } .midmenu_textbox { +<<<<<<< HEAD width:165px; +======= + width:150px; +>>>>>>> 10bc0b5... new UI - left menu, middle menu, instance height:auto; float:left; margin:0 0 0 10px; @@ -1614,7 +1621,11 @@ a:visited { } .midmenu_textbox p { +<<<<<<< HEAD width:165px; +======= + width:150px; +>>>>>>> 10bc0b5... new UI - left menu, middle menu, instance height:auto; float:left; text-align:left; @@ -1928,6 +1939,7 @@ a:visited { background:url(../images/infoerror_icon.gif) no-repeat top left; } +<<<<<<< HEAD .info_detailbox { width:99%; height:auto; @@ -1953,3 +1965,30 @@ a:visited { background:#ffe5e5 repeat top left; color:#a90000; } +======= +.info_detailbox { + width:99%; + height:auto; + float:left; + background:#fffbe6 repeat top left; + border:1px dashed #CCC; + color:#333; + margin:0 0 0 0; + padding:0; +} + +.info_detailbox p{ + width:auto; + height:auto; + float:left; + text-align:left; + font-size:11px; + margin:10px; + padding:0; +} + +.info_detailbox.errorbox { + background:#ffe5e5 repeat top left; + color:#a90000; +} +>>>>>>> 10bc0b5... new UI - left menu, middle menu, instance diff --git a/ui/new/index.html b/ui/new/index.html index dc0cb91028f..244d8e85441 100755 --- a/ui/new/index.html +++ b/ui/new/index.html @@ -5,7 +5,11 @@ +<<<<<<< HEAD +======= + +>>>>>>> 10bc0b5... new UI - left menu, middle menu, instance diff --git a/ui/new/jsp/tab_instance.jsp b/ui/new/jsp/tab_instance.jsp new file mode 100755 index 00000000000..10e63a491b8 --- /dev/null +++ b/ui/new/jsp/tab_instance.jsp @@ -0,0 +1,595 @@ + + +<%@ page import="java.util.*" %> +<%@ page import="com.cloud.utils.*" %> + +<% + + Locale browserLocale = request.getLocale(); + CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); +%> + + +
+ + + + + + + + + + + + + diff --git a/ui/new/scripts/cloud.core.instance.js b/ui/new/scripts/cloud.core.instance.js index ac59f63d2eb..e124795367c 100755 --- a/ui/new/scripts/cloud.core.instance.js +++ b/ui/new/scripts/cloud.core.instance.js @@ -287,9 +287,14 @@ function clickInstanceGroupHeader($arrowIcon) { $arrowIcon.removeClass("open").addClass("close"); $instanceGroupContainer.empty(); } +<<<<<<< HEAD //***** VM Detail (end) ******************************************************************************** $("#right_panel").load("content/tab_instance.htm", function() { +======= + //***** VM Detail (end) ******************************************************************************** + $("#right_panel").load("jsp/tab_instance.jsp", function() { +>>>>>>> 10bc0b5... new UI - left menu, middle menu, instance $rightPanelHeader = $("#right_panel_header"); $rightPanelContent = $("#right_panel_content"); diff --git a/ui/new/scripts/cloud.core.js b/ui/new/scripts/cloud.core.js index 9c527906e4e..366e089c0ab 100755 --- a/ui/new/scripts/cloud.core.js +++ b/ui/new/scripts/cloud.core.js @@ -16,7 +16,11 @@ * */ +<<<<<<< HEAD // Version: @VERSION@ +======= +// Version: 1.9.1.6 +>>>>>>> 10bc0b5... new UI - left menu, middle menu, instance var g_mySession = null; var g_sessionKey = null; var g_role = null; // roles - root, domain-admin, ro-admin, user