2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-11 07:40:11 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
7f2f801412 Changed the way updatenode response was handled.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6982 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-04 20:06:12 +00:00
016330923b Changed options for updatenode and rnetboot pages to be based on nodetype.os. Renamed "target node or group" to "target node range".
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6979 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-04 15:47:41 +00:00
59101e8dab Fix getNodeAttr() to handle case where multiple columns contain the attribute name.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6968 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-03 21:22:46 +00:00
2e868d5c9e Renamed getNodeMgt() to getNodeAttr() and made it get the attribute to a given node, instead of just the mgt.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6967 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-03 20:44:26 +00:00
287da8ead8 Allowed tabs to be closeable or not.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6957 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-03 14:58:08 +00:00
afde8f4435 Replaced newline "\n" with ":|:" in submit_request() in functions.php. Changed code to have newline.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6914 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-29 20:22:09 +00:00
d5e1d9bf01 Corrected typo in nodeset.js
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6910 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-29 17:59:33 +00:00
bb4ed3aebd Split nodes page into nodeset, rnetboot, and updatenode pages. Cleaned up code.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6908 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-29 17:32:24 +00:00
bf21e78b4d Finished work on provision existing node page for other platforms. Cleaned up zVM code.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6901 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-28 20:24:29 +00:00
081e69e313 Added writeRsp() method to ui.js to write ajax response to status bar.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6883 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-27 22:56:42 +00:00
290b2fd181 Finished work on provision existing node page for zVM. Change how auto complete was turned on in nodeset and provision pages. Added .indent class to style.css to have an <div> display as inline-table.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6880 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-27 19:50:01 +00:00
cb8187086c Finish up inventory page for HMC. Cleaned up some code.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6862 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 18:34:29 +00:00
ecac9ad26c add function getRowNum for getting row position by node name and getColNum for getting column position by column name
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6854 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 08:23:47 +00:00
8273bc95a0 the node name may contain special char(such as '.','#'),so we can not use the node name as an id.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6852 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 07:25:27 +00:00
6065a1fed2 Added word-wrap to status bar and info bar.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6851 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-25 23:53:27 +00:00
4f29372919 modified by xu qing for delete tab and select all
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6850 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-25 07:41:49 +00:00
7d96cff1d1 Changed the class name for each plugin because Javascript gets confused and won't load the pages correctly.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6845 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 18:47:54 +00:00
cc74599359 Created blade, fsp, hmc, ipmi, ivm, and zvm classes.
Changed cmd.php to handle xCAT response that is embedded in multiple layers.
Worked on hmc inventory.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6832 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-22 19:56:09 +00:00
5f7bca49f8 Cleaned up code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6797 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-19 18:28:31 +00:00
1593db7a2f Cleaned up code and added updatenode page
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6783 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-17 13:09:04 +00:00
84a98b3e5c Cleaned up code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6774 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-15 22:57:48 +00:00
e2ff20af18 Cleaned up code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6773 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-15 13:41:29 +00:00
87cdcc6df6 Refactored code so that Javascripts are loaded on demand
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6766 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-14 20:11:07 +00:00
cebb002cde Changed code structure
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6763 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-14 18:06:01 +00:00