summaryrefslogtreecommitdiffstats
path: root/webui_templates/distro_edit.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Some fixes to the ownership module.Michael DeHaan2008-04-021-0/+1
|
* Move the authentication error messages in the WebUI to a common template ↵Michael DeHaan2008-04-011-5/+3
| | | | | | 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-2/+0
| | | | | | | | 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.
* Distro now instrumented with a warning panel that indicates when you probablyMichael DeHaan2008-03-311-0/+9
| | | | won't be able to edit an object.
* 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.
* Make new distro form submit properlyMichael DeHaan2007-12-131-1/+1
|
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-051-1/+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-4/+4
|
* Widen up some fields in the WebUI so we don't crop off any strings or ↵Michael DeHaan2007-09-191-19/+19
| | | | unneccessarily limit input.
* Add tooltips and formatting to profiles in the Web UI.Michael DeHaan2007-09-181-1/+1
|
* User friendly distro page changesMichael DeHaan2007-09-181-19/+76
|
* Add missing dir to setup.pyMichael DeHaan2007-09-181-0/+3
|
* Arch and breed in the WUI are now radio buttons, plus a workaround for an ↵Michael DeHaan2007-09-181-9/+39
| | | | | | issue where the values of a disabled form field do not appear to be set to the browser.
* Adding rename and copy support to the Web UI.Michael DeHaan2007-09-181-1/+27
|
* Adds edit capability to distro and profile objects, plus some random ↵Michael DeHaan2007-09-131-1/+24
| | | | | | hacking on the WebUI. Also adds delete checkboxes that are currently not implemented.
* Checking in other modifications to templates, setup files, etc.Michael DeHaan2007-09-121-1/+2
|
* Adding some new URL targets and new entry placeholders to the main menu. ↵Michael DeHaan2007-09-121-0/+59
Currently changes are not showing up (master.py?) in the main menu but everything else looks good. (Note that distro_add and the like are now distro_edit -- hence the URL change).