Added back "add nodes" link because zvm is supported. Changed tab names to "Table" and "Graphic".

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9717 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2011-05-31 13:10:31 +00:00
parent ebf9926d52
commit 6b89e55e64
2 changed files with 5 additions and 4 deletions

View File

@ -123,10 +123,11 @@ body {
overflow: auto;
}
#content .ui-widget-header{
#content .ui-widget-header {
border-color: #4297D7 #4297D7 #7BB642;
border-width: 1px 1px 4px;
}
/*--------------- Groups ---------------*/
#groups {
width: 150px;

View File

@ -149,8 +149,8 @@ function loadGroups(data) {
setNodesTab(tab);
tab.init();
$('#nodes').append(tab.object());
tab.add('nodesTab', 'Table View', loader, false);
tab.add('graphTab', 'Graphic View', '', false);
tab.add('nodesTab', 'Table', loader, false);
tab.add('graphTab', 'Graphic', '', false);
$('#nodesPageTabs').bind('tabsselect', function(event, ui){
//for the graphical tab, we should check the graphical data first
@ -245,7 +245,7 @@ function loadGroups(data) {
});
// Make a link to add nodes
//$('#groups').append(mkAddNodeLink());
$('#groups').append(mkAddNodeLink());
}
/**