summaryrefslogtreecommitdiffstats
path: root/webui_templates
Commit message (Collapse)AuthorAgeFilesLines
* Fix paginationBill Peck2009-03-101-1/+1
|
* Upgrade webui search forms for all object types, filling in the default ↵Michael DeHaan2009-03-092-18/+141
| | | | options, and extending the search so 5 fields can be searched (AND critieria) at once.
* Adding option to define a Spacewalk management server at the ↵Rob Lazzurs2009-03-063-0/+44
| | | | distro/profile/system level
* Add search to the webapp. Currently all areas are implemented on the ↵Michael DeHaan2009-03-055-20/+85
| | | | backend though we need to tweak out the search forms to allow searching on simulatenous fields and prepopulate the options with fields folks will want to search against.
* Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2009-03-033-3/+48
|\ | | | | | | | | Conflicts: CHANGELOG
| * Enable editing of management classes for distros using the web interfaceJasper Capel2009-02-271-0/+15
| |
| * Clarified system help-text for editing management classes using the web ↵Jasper Capel2009-02-271-1/+1
| | | | | | | | interface
| * Enable editing of management classes for profiles using the web interface.Jasper Capel2009-02-271-0/+15
| |
| * Changed help text for authz_ownership, we're delimiting using spaces nowJasper Capel2009-02-271-1/+1
| |
| * Delimit owners-list with spaces, not commas in the Web-UIJasper Capel2009-02-272-2/+2
| |
| * Enable web-editing of management classes for systems.Jasper Capel2009-02-271-0/+15
| |
* | Allow src and noarch in API and webapp for repos, make the set_repo function ↵Michael DeHaan2009-02-272-0/+24
|/ | | | | | | | smarter. Conflicts: cobbler/utils.py
* Fix importer such that it works with --kickstart againMichael DeHaan2009-02-181-1/+1
|
* Make more fields standardize around space seperation, not comma seperationMichael DeHaan2009-02-065-15/+15
|
* Dave Hatton's patch to add a name servers search path to Cobbler.Michael DeHaan2009-02-062-10/+40
|
* Merge commit 'jcapel_nl/devel-bugs' into develMichael DeHaan2009-01-271-7/+0
|\
| * Fixed bug (ticket #309). Eth0 can now be deleted, and won't magically re-appear.Jasper Capel2009-01-271-7/+0
| | | | | | | | Removed some old default_interface code.
* | Fix typoMichael DeHaan2009-01-271-1/+1
|/
* Fix image type editing in the webappMichael DeHaan2009-01-261-2/+0
| | | | | | Conflicts: CHANGELOG
* Bill Peck's patch adding a new power type.Michael DeHaan2009-01-131-1/+1
|
* Fix system edit page submissionsMichael DeHaan2009-01-091-0/+1
|
* Adding missing filesMichael DeHaan2009-01-056-0/+311
|
* Apply Peter Vreman's patch to add a lot of very cool batch editing features ↵Michael DeHaan2008-12-223-46/+104
| | | | -- changing profiles, power cycling, netboot status, etc -- all for system objects.
* Apply HK's patch to make Ubuntu be a choice in the webapp for distro breedMichael DeHaan2008-12-151-0/+7
|
* Working on adding fields to webappMichael DeHaan2008-12-113-0/+45
|
* Rather than raising an error, just set these as we know they should be set.Michael DeHaan2008-12-041-0/+2
| | | | Also apply inherit logic to virt bridge
* Do not allow the server override to be set to empty string as there is no ↵Michael DeHaan2008-12-041-0/+2
| | | | way an install would complete in that case.
* PV's patch to make the webapp recursive delete checkboxes behave as expectedMichael DeHaan2008-12-033-8/+9
|
* Merge commit 'jlaska_fpo/devel' into develMichael DeHaan2008-12-021-1/+1
|\
| * Add support for power mgmt of libvirt managed guests via /usr/bin/virshJames Laska2008-11-241-1/+1
| |
* | Peter Vreman's patch to reduce the space used for the cobbler logoMichael DeHaan2008-11-251-2/+0
| |
* | Peter Vreman's patch to fix the gateway editing in the webappMichael DeHaan2008-11-251-2/+2
|/
* Updated web and manpage info on static route syntaxMichael DeHaan2008-11-201-1/+1
|
* Changes to make IP address be non-static (as previously implemented) for ↵Michael DeHaan2008-11-201-3/+3
| | | | | | purposes of allowing DHCP reservations when using the manage_dhcp feature.
* Ongoing changes to make the webapp conform with network field changesMichael DeHaan2008-11-202-10/+12
|
* Add static routes and further field reorg.Michael DeHaan2008-11-201-12/+48
|
* Hostname -> dnsname, gateway is now a per-system field, not per-interfaceMichael DeHaan2008-11-201-28/+21
|
* Add name_servers field to webappMichael DeHaan2008-11-202-0/+28
|
* Peter Vreman's patch to clean up the web sidebarMichael DeHaan2008-11-201-10/+31
|
* Add support for fence_bladecenter power controlJames Laska2008-11-191-1/+1
|
* Add support for fence_lparJames Laska2008-11-191-1/+1
|
* Merge commit 'origin/devel' into develJames Laska2008-11-181-1/+1
|\
| * Update the cobbler link to avoid a HTTP redirect.Michael DeHaan2008-11-181-1/+1
| |
* | Add ppc and ppc64 architecture radio options to repo_edit.tmplJames Laska2008-11-181-0/+10
| |
* | Add ppc and ppc64 architecture radio optiosn to distro_edit.tmplJames Laska2008-11-181-0/+12
|/
* Apply PV's patch to fix IE sidebar width and remove page_onload JS errors.Michael DeHaan2008-11-181-1/+1
|
* PV's patch to add the version number to Cobbler Web. This may breakMichael DeHaan2008-11-181-1/+1
| | | | non-RPM installs so we'll work on that.
* PV's patch to the web interface, and also some CLI reorderingMichael DeHaan2008-11-181-114/+129
|
* Slight tweak to netboot enabled wording.Michael DeHaan2008-11-171-35/+35
|
* Work on adding power management to the webapp (seems solid now), and also ↵Michael DeHaan2008-11-142-35/+46
| | | | | | color coded the power management and virt sections to make them stand out.