summaryrefslogtreecommitdiffstats
path: root/webui_templates/system_edit.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Adding --virt overrides for many more additional fields that were foundMichael DeHaan2008-05-081-6/+100
| | | | | in the profiles objects but not in the system objects. This needs testing in both the webui and command line.
* Get duplicate name/ip/mac checks implemented for WebUI and XMLRPCMichael DeHaan2008-04-041-0/+2
| | | | now that command line/local-API is done.
* Added some code to allow assignment of default ownership from settings for newMichael DeHaan2008-04-021-0/+2
| | | | objects. Also, ownership field for new objects in the WebUI is prepopulated with the username of the logged in user, to prevent accidental lockouts. All of this is untested at this point -- will be polished up soon.
* Move the authentication error messages in the WebUI to a common template ↵Michael DeHaan2008-04-011-11/+20
| | | | | | file so they can be reused, in those messages, explain who is in the access control list. Also make the system "remove" buttons for NICs change to "hide" buttons in non-editable modes.
* Remove save/edit buttons for WebUI objects we know the user can't edit,Michael DeHaan2008-04-011-0/+2
| | | | to prevent them from trying and getting the auth error as it is processed.
* Added ownership checks for the various objects in the WebUI to makeMichael DeHaan2008-03-311-1/+7
| | | | | | | | things more obvious. Still need to disable save/reset buttons. Note that kickstart editing (supported via the WebUI) is not yet protected and we still need to add that seperately. This is complicated. Currently anyone can sync and we'll keep it that way.
* Add owners list to WebUI pages, also customize function for savingMichael DeHaan2008-03-281-0/+18
| | | | lists to avoid extra whitespace on comma delimited inputs.
* Apply Tim's patch to remove random mac link when editing.Michael DeHaan2008-02-081-0/+2
|
* Apply Tim's patch to fix/re-enable the random MAC feature.Michael DeHaan2007-12-181-5/+3
|
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-051-2/+2
| | | | with pluggable authn/authz and using same tokens through entire communication chain. Should probably implement a session logout though.
* 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.