summaryrefslogtreecommitdiffstats
path: root/webui_templates
Commit message (Collapse)AuthorAgeFilesLines
* Apply Tim Verhoeven's patch to lengthen WebUI fields.Michael DeHaan2007-11-164-12/+12
|
* Disable the blender cache as it's running afoul of the sync code, mixing up ↵Michael DeHaan2007-11-142-2/+2
| | | | | | 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.
* Remove --local-filename from the WebUI, since we will now use --name for the ↵Michael DeHaan2007-11-021-14/+0
| | | | filename always. To turn off the wget macro that installs things in /etc/yum.repos.d on the provisioned target, either set yum_core_mirror_from_server to disabled in cobbler settings, or remove the yum_config_stanza from the kickstart file.
* Add fields for --server-override to the Web UIMichael DeHaan2007-11-012-0/+30
|
* Make pagination uses a shiny select box versus an ugly list of pages. TODO: ↵root2007-11-011-5/+7
| | | | | | show the start and end object in the menus for easier navigation.
* Pagination WUI code is now shared between the templates.Michael DeHaan2007-10-315-104/+37
|
* Add pagination HTML to all cobbler objects. Note that this really should be ↵Michael DeHaan2007-10-313-0/+93
| | | | | | made modular so we don't have to repeat this template code.
* Changelog cleanup + shorten the pagination parametersMichael DeHaan2007-10-311-9/+6
|
* Ongoing work on WUI paginationMichael DeHaan2007-10-311-9/+23
|
* Fix for cobbler's dhcp generation behavior with the new interface ↵Michael DeHaan2007-10-311-0/+20
| | | | | | representation. (Plus some unfinished work on paginating the WebUI).
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess ↵Michael DeHaan2007-10-293-58/+18
| | | | / etc
* Add --arch back to docs, plus WebUI changes to add the field.Michael DeHaan2007-10-291-0/+16
|
* Teach the WebUI (and the backend for the WebUI) how to save multiple ↵Michael DeHaan2007-10-122-15/+14
| | | | 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-122-37/+59
| | | | forth...
* Work on making the NICs on the system page expandable/collapseable. Still ↵Michael DeHaan2007-10-112-59/+158
| | | | | | | | 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.
* 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-113-22/+88
| | | | 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
|
* 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.
* Two things... make "sync" into a button, and also hide links when the userMichael DeHaan2007-09-273-25/+31
| | | | | is logged out, so they don't misleading think they are logged in and have to waste a click or two figuring it out.
* 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
|
* Fix HTML dropdown selector bugroot2007-09-241-1/+1
|
* Apply AT Web UI patchset.Michael DeHaan2007-09-244-21/+30
|
* Added some "about" documentation to the WebUI and also placed a copy of the ↵Michael DeHaan2007-09-191-0/+2
| | | | | | current manpage (as built) in the web directory for easy reference.
* Widen up some fields in the WebUI so we don't crop off any strings or ↵Michael DeHaan2007-09-194-41/+41
| | | | unneccessarily limit input.
* Making repo editing also have tooltips/tables in WUI.Michael DeHaan2007-09-181-10/+67
|
* Add tooltips to the system editor in the WUI.Michael DeHaan2007-09-181-12/+86
|
* Add tooltips and formatting to profiles in the Web UI.Michael DeHaan2007-09-182-21/+118
|
* 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.
* Add sync support to WUIMichael DeHaan2007-09-183-1/+42
|
* Adding rename and copy support to the Web UI.Michael DeHaan2007-09-184-3/+108
|
* Commit Al Tobey's auth patches to the Web UI.Michael DeHaan2007-09-171-7/+9
|
* Fix URL on kickstart listing page.Michael DeHaan2007-09-141-2/+2
|
* Kickstart listing is back in the WUI, with a backend method to get the ↵Michael DeHaan2007-09-141-7/+11
| | | | | | | exhaustive list. Edits to come. Also added a "make devinstall" which is like "make install" but doesn't overwrite your settings file with the default values.
* Repos are now added to the WebUI.Michael DeHaan2007-09-143-3/+131
|
* Adds a empty.tmpl file that shows up when a list contains 0 items.Michael DeHaan2007-09-131-0/+5
|
* Adds edit capability to distro and profile objects, plus some random ↵Michael DeHaan2007-09-134-12/+68
| | | | | | 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
|
* Checking in other modifications to templates, setup files, etc.Michael DeHaan2007-09-124-6/+17
|
* 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).
* Add additional fields to WebUI for profile editing/viewing.Michael DeHaan2007-09-122-11/+78
|
* Renaming the _add template to be _edit so things are consistant + some misc ↵Michael DeHaan2007-09-123-4/+6
| | | | hacking.
* Adding some additional fields to the systems list in WebUI.Michael DeHaan2007-09-121-4/+8
|