summaryrefslogtreecommitdiffstats
path: root/webui_templates
Commit message (Collapse)AuthorAgeFilesLines
...
* Add power management fields to webappMichael DeHaan2008-11-141-1/+82
|
* In the API, make the bonding setting either master, slave, or na/blank. In ↵Michael DeHaan2008-11-131-4/+39
| | | | the web app, only allow one option to be on at a time and grey-out/clear the others as appropriate.
* Bonding settings are now saved by the webapp.Michael DeHaan2008-11-131-27/+27
|
* Sort interfaces in the web editorMichael DeHaan2008-11-131-1/+3
|
* When adding a new system in the webapp make sure the NIC mac/ip is populated ↵Michael DeHaan2008-11-131-3/+2
| | | | correctly as blank, not undefined.
* Remove "default_interface" logic from webapp alsoMichael DeHaan2008-11-121-7/+2
|
* Apply two of BK's patches to teach images about multiple interfaces and ↵Michael DeHaan2008-11-111-0/+16
| | | | teach koan how to clone them.
* Eliminate introduction of extra spaces around the comment field in the webapp.Michael DeHaan2008-11-115-25/+30
|
* add comment fields to the rest of the webapp editor pagesMichael DeHaan2008-11-114-0/+57
|
* Added code to allow saving of comment field to all objects, added comment ↵Michael DeHaan2008-11-111-0/+14
| | | | field to distro object, TODO: add to rest of objects.
* Add creation and modification times to the web app.Michael DeHaan2008-11-115-0/+112
|
* WebUI changes to support bondingJasper Capel2008-10-291-0/+48
|
* More work on the image editor in the webappMichael DeHaan2008-10-201-2/+1
|
* Make reporting work on images again, make selects non-multipleMichael DeHaan2008-10-201-2/+2
|
* Add Jasper to authors (who should have been there already)Michael DeHaan2008-10-202-4/+4
|
* Working on adding image listing/editing to the webapp. Still need to add ↵Michael DeHaan2008-10-202-0/+389
| | | | CobblerWeb.py equivalents and test. Should also uniformly move radio boxes in rest of webapp to selects.
* Add environment setting to web appMichael DeHaan2008-10-171-0/+15
|
* Mostly final changes to the webapp NIC editor code. Could definitely use ↵Michael DeHaan2008-09-291-31/+56
| | | | some cleanup to make adding more fields less manual, but otherwise functional. Needs testing.
* More interface editor changes to the webapp. Looks solid now except for ↵Michael DeHaan2008-09-291-34/+50
| | | | webui deletions.
* More work on the network interface editor for the webapp. Saving now works ↵Michael DeHaan2008-09-291-37/+25
| | | | properly, though the onchange and new interface functions still need a bit of work.
* Further work on the network interface editor. Seems to load things fine ↵Michael DeHaan2008-09-261-25/+61
| | | | now, working on the submit half.
* Some fixes to the javascript loading for the webapp NIC editor, still more ↵Michael DeHaan2008-09-261-4/+7
| | | | to do.
* Working on the new NIC editor for CobblerWeb. This does /not/ work yet and ↵Michael DeHaan2008-09-262-172/+249
| | | | | | is about 1/2 way done. Once done we will be able to support editing an arbitrary number of interfaces.
* Merge branch 'master' into develMichael DeHaan2008-09-261-6/+14
|\ | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec cobbler/item_repo.py setup.py
| * Fix webapp edit pages for repo checkboxes + release bump for 1.2.5Michael DeHaan2008-09-261-6/+14
| |
* | Applied jeckersb's patch to teach cobbler about an infinite number of ↵Michael DeHaan2008-09-241-40/+21
| | | | | | | | | | | | interfaces, as a consequence the system edit page of the web app is not functional, so we need to rewrite that part.
* | Make static field editing work in the webapp and in XMLRPCMichael DeHaan2008-09-161-5/+18
| |
* | added enable_menu to WebUIMichael DeHaan2008-09-111-0/+18
|/
* Misc bugfixes, release bump in preparation of 1.2.2Michael DeHaan2008-09-041-4/+10
|
* changelog, + adding distro os-version to Webapp. Images are still not ↵Michael DeHaan2008-08-251-0/+14
| | | | available in the webapp, need to do this also (Trac item filed).
* Incorporating Dave Hatton's patch to add --os-version in, adding validation, ↵Michael DeHaan2008-08-253-6/+6
| | | | working on adding os_version to images also, etc, etc.
* Apply patch to add --kopts-post which lets you configure the kernel options ↵Michael DeHaan2008-08-193-2/+44
| | | | on installed systems.
* Add missing virt types to webuiMichael DeHaan2008-08-081-0/+15
|
* Make repo code validate the arch, as well as add it to the web app with ↵Michael DeHaan2008-07-142-8/+32
| | | | radio buttons instead of a text field.
* Undo some improperly reverted i386/x86_64 switching around. We should be ↵Michael DeHaan2008-06-032-5/+5
| | | | | | using i386, not x86, to mean "that thing other than x86_64".
* Adding some fields to settings and misc cleanupMichael DeHaan2008-06-032-5/+5
|
* Default arches to 'i386' to be consistent with the treesMichael DeHaan2008-05-291-3/+3
|
* Added some additional links for kickstart viewing/editing to the ↵Michael DeHaan2008-05-092-4/+39
| | | | profile/system web pages
* Adding --virt overrides for many more additional fields that were foundMichael DeHaan2008-05-081-6/+100
| | | | | in the profiles objects but not in the system objects. This needs testing in both the webui and command line.
* Added --mirror-locally option to repo add/edit and WebUI for specifying that ↵Michael DeHaan2008-05-081-9/+21
| | | | | | | a cobbler repo object is to be used directly, rather than mirrored into /var/www/cobbler by reposync/rsync. This can be usable when network connectivity outside is certain, and there are no performance or bandwidth needs on a local mirror. This supports http:// and ftp:// only, rsync:// is not natively understood by yum.
* It's now possible to create new kickstart templates in ↵Michael DeHaan2008-04-244-10/+81
| | | | /var/lib/cobbler/kickstarts/ from the WebUI, as well as delete ones that are no longer being used while on the edit page for that template.
* Get duplicate name/ip/mac checks implemented for WebUI and XMLRPCMichael DeHaan2008-04-044-0/+8
| | | | now that command line/local-API is done.
* Added some code to allow assignment of default ownership from settings for newMichael DeHaan2008-04-024-0/+8
| | | | 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-022-0/+2
|
* Make changes in order to assure that users not in users.conf can still readMichael DeHaan2008-04-023-9/+32
| | | | | | web content if cleared past the authentication layer. Also make changes to the kickstart editor to indicate to users when they don't have permission to edit kickstarts -- and to show possible causes.
* Move the authentication error messages in the WebUI to a common template ↵Michael DeHaan2008-04-015-26/+39
| | | | | | 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-014-4/+13
| | | | 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-314-3/+20
| | | | | | | | 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-284-0/+71
| | | | lists to avoid extra whitespace on comma delimited inputs.