summaryrefslogtreecommitdiffstats
path: root/webui_templates/profile_edit.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* 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.