summaryrefslogtreecommitdiffstats
path: root/webui_templates/system_edit.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Apply Tim Verhoeven's patch to lengthen WebUI fields.Michael DeHaan2007-11-161-2/+2
|
* Disable the blender cache as it's running afoul of the sync code, mixing up ↵Michael DeHaan2007-11-141-1/+1
| | | | | | profiles/systems data incorrectly when blending objects for cobbler/sync.
* Temporarily disable the random_mac link in the WebUI because it's not ↵Michael DeHaan2007-11-071-3/+5
| | | | multi-interface aware. We have a patch for this, though it depends on other things and I cannot apply it just yet.
* Add fields for --server-override to the Web UIMichael DeHaan2007-11-011-0/+15
|
* Teach the WebUI (and the backend for the WebUI) how to save multiple ↵Michael DeHaan2007-10-121-14/+8
| | | | interfaces. Also clean up the error page display and include a link to go back so users can correct any data entry errors.
* Multi NIC Web UI is looking solid, now to modify the backend code to save ↵Michael DeHaan2007-10-121-55/+125
| | | | everything ...
* Working on WebUI, still some work to do in regards to hiding MACs and so ↵Michael DeHaan2007-10-121-36/+54
| | | | forth...
* Work on making the NICs on the system page expandable/collapseable. Still ↵Michael DeHaan2007-10-111-53/+152
| | | | | | | | need to write the onload function that sets things by default and wire up the links that do the expanding. Save code still also needs to be aware of the new variable names and also needs to know how to delete interfaces and not save "empty" interfaces.
* A small bit of javascript to ensure that the get_random_mac AJAX call, ↵Michael DeHaan2007-09-271-1/+4
| | | | | | should it fail, will not set the field to any value that is not a MAC address.
* Cheetah wants "end if", not just "end".Michael DeHaan2007-09-271-1/+1
|
* Fix error in system_edit.tmplMichael DeHaan2007-09-261-1/+2
|
* AT patch to CobblerWeb.Michael DeHaan2007-09-241-1/+2
|
* Apply AT Web UI patchset.Michael DeHaan2007-09-241-6/+21
|
* Widen up some fields in the WebUI so we don't crop off any strings or ↵Michael DeHaan2007-09-191-7/+7
| | | | unneccessarily limit input.
* Add tooltips to the system editor in the WUI.Michael DeHaan2007-09-181-12/+86
|
* Adding rename and copy support to the Web UI.Michael DeHaan2007-09-181-0/+27
|
* Adds edit capability to distro and profile objects, plus some random ↵Michael DeHaan2007-09-131-0/+15
| | | | | | hacking on the WebUI. Also adds delete checkboxes that are currently not implemented.
* Add additional fields to WebUI for profile editing/viewing.Michael DeHaan2007-09-121-1/+1
|
* Adding additional exception handling and logging to WebUI.Michael DeHaan2007-09-121-0/+16
|
* Apply Al Tobey's patchset to Cobbler Web UI.Michael DeHaan2007-09-121-11/+35
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-111-0/+48
TBA.