Commit Graph

67 Commits

Author SHA1 Message Date
phamt
497ef11472 Removed log for response to ajax request.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8156 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-12 20:14:31 +00:00
phamt
20656d3295 Added support to change nodes table.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8096 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-09 05:05:10 +00:00
phamt
4c387ef7c5 Added a table to Ganglia tab to view current nodes that are monitored and to control which ones to monitor.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8077 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-05 22:53:47 +00:00
phamt
f475496815 Updated jsTree version. Auto-expanded group list onload.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8046 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-04 19:30:39 +00:00
xq2005
f7611579ca add favicon
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7937 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-27 06:42:12 +00:00
xq2005
aa6dde8fa5 add desc to the php response when the command is nodels
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7934 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-27 02:59:50 +00:00
phamt
06d0c7b447 Cleaned up code.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7787 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-08 03:03:42 +00:00
phamt
590a123bce Changed "#!/usr/bin/python2.3" to "#!/usr/bin/env python" because some Linux do not have python2.3 and when installing you could get this error: Missing Dependency: /usr/bin/python2.3 is needed by package
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7609 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-24 13:03:11 +00:00
phamt
7bb4215751 Renamed directories under lib/ to not be capitalized. Added "add node" link to add new nodes.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7533 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-20 18:25:09 +00:00
phamt
3df6eebf1a git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7531 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd 2010-09-20 18:14:24 +00:00
phamt
f604f08c7c git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7530 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd 2010-09-20 18:14:06 +00:00
xq2005
218738339b add rcons page
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7513 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-20 07:41:43 +00:00
phamt
5fe4ee8c10 Changed user name and log out section to diplay as block and removed <br>.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7476 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-16 16:13:08 +00:00
xq2005
4c1557038a add log out button
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7442 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-14 02:33:16 +00:00
xq2005
b89f5e1a5b add Authenticated check
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7426 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-13 08:36:05 +00:00
phamt
0fcc21ad06 Fix submit_request() to make async calls. The problem was that the default timeout for running php scripts is 30 seconds, which is too short for some calls. Also, the stream had to be set as non-blocking.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7396 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 21:12:47 +00:00
phamt
ccae4d72a6 socket.php is causing the UI to crash because SUSE does not have /user/share/pear/ and does not have a RPM for it. Removing socket.php and switch submit_request() to using the old way.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7154 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-19 19:49:59 +00:00
phamt
ea8483cbe0 Removed getStatus() call
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6990 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-05 19:17:07 +00:00
phamt
3927eb8bf1 Setting xCAT resquest stream to be blocking because if a short request is made along with a long running request, the output of the long running request never returns.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6989 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-05 18:49:04 +00:00
phamt
ae9af2fb76 Added socket.php class to create socket connections. This might be a way to make async xCAT requests. Still testing to see if this is true.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6987 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-05 15:39:19 +00:00
phamt
0447f6af98 Indent if else statement.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6953 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-03 12:45:51 +00:00
xq2005
99aac6db31 replace the \n in data by :|:
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6950 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-03 09:06:09 +00:00
phamt
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
phamt
15ea47df00 Updated cmd.php to handle xCAT response for different platforms.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6833 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-22 21:26:17 +00:00
phamt
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
xq2005
e791bc7842 modified by xu qing
put it under the configure page as an additional tab

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6809 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 03:35:31 +00:00
xq2005
314e9573d2 add by xu qing
for moving the update function to new web gui

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6801 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-20 07:58:07 +00:00
xq2005
1232566040 add by xu qing
for moving the update function to new web gui

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6800 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-20 05:28:07 +00:00
phamt
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
phamt
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
phamt
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
phamt
1ae4225dbe Checked in new UI code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6485 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-16 18:21:58 +00:00
phamt
9553ccc6b6 Put old UI code into xCAT-UI/ui.old
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6484 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-16 18:20:19 +00:00
bryanmr
0cb7925062 Checking in a change so that we are no longer sending passwords with get in case of a failure (Chrome has my password saved in the history, for instance.)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5760 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-13 19:16:15 +00:00
mxi1
73197852b9 the page for xCAT-UI rpm update is added.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4951 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-01-14 06:59:05 +00:00
mxi1
ae82f4c4f3 -The cluster summary page is created.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4944 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-01-13 05:14:00 +00:00
mxi1
46fa1b8bc8 -Add one link to LoadLeveler Configuration Editor to the top menu of xCAT's main page
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4816 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-12-17 08:43:23 +00:00
mxi1
6dc453bb71 -bug fixing forthe page of RMC "lsevent" on Linux/AIX.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4758 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-12-11 02:58:43 +00:00
mxi1
183b8b614c the js code for display dataTable is uncommented.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4752 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-12-10 05:50:31 +00:00
mxi1
e46a62708d the web page for "RMC event ", and the web page for /home/control" are modified.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4735 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-12-07 09:42:14 +00:00
mxi1
5f56cd6d3c using the dataTables plugin to represent the tables in xCAT
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4672 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-26 07:31:17 +00:00
mxi1
d489563c4f all the plugins can edit the monsetting table now.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4662 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-24 02:01:03 +00:00
mxi1
0e722a0e28 new monitor style is introduced
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4605 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-18 09:34:27 +00:00
mxi1
269aa19f8d the jquery-ui css framework 1.7.2 (stable), and jquery 1.3.2(stable) are checked in
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4497 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-06 09:52:19 +00:00
mxi1
34d9da228b jQuery v1.2.6 and loading bar are still here; the web interface can work well on Google chrome and Apple Safari finally
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4488 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-05 15:17:21 +00:00
mxi1
823bb33b20 updates fot the main page of "monitor interface"
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4482 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-05 06:50:40 +00:00
mxi1
fe228e40d1 small update for monitoring interface.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4367 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 11:43:39 +00:00
mxi1
33c7e5b498 revert one small change
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4226 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-09-25 08:53:41 +00:00
mxi1
b845dde698 now, the graph view for RMC monitoring interface can be dynamic updated.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4225 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-09-25 08:50:49 +00:00
mxi1
f4057ce24d some code change for "monitoring interface";
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4158 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-09-17 14:54:43 +00:00