summaryrefslogtreecommitdiffstats
path: root/webui_templates/profile_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-0/+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.
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-051-1/+1
| | | | 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
|
* Add fields for --server-override to the Web UIMichael DeHaan2007-11-011-0/+15
|
* Lots of changes to make subprofile creation and editing work in the WebUI.Michael DeHaan2007-10-111-3/+3
|
* Working on adding subprofile creation support to the WebUI, as well as ↵root2007-10-111-20/+81
| | | | adding new fields to the profiles page for virt-bridge and virt-cpus.
* AT's patch to add multi-select capability when picking what profiles get ↵Michael DeHaan2007-09-271-7/+12
| | | | what repos.
* Shorten WUI label.Michael DeHaan2007-09-271-1/+1
|
* Fix HTML dropdown selector bugroot2007-09-241-1/+1
|
* Widen up some fields in the WebUI so we don't crop off any strings or ↵Michael DeHaan2007-09-191-9/+9
| | | | unneccessarily limit input.
* Add tooltips and formatting to profiles in the Web UI.Michael DeHaan2007-09-181-20/+117
|
* 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/+17
| | | | | | hacking on the WebUI. Also adds delete checkboxes that are currently not implemented.
* Adding ability to save/edit/add profiles to Web UI.Michael DeHaan2007-09-131-3/+6
|
* Add additional fields to WebUI for profile editing/viewing.Michael DeHaan2007-09-121-10/+77
|
* Renaming the _add template to be _edit so things are consistant + some misc ↵Michael DeHaan2007-09-121-0/+45
hacking.