Object Log: updating templates to be more tolerant of missing objects that they are...
commit36ff6eb456ad0fc0def1ea2367405abd84086410
authorPeter Krenesky <peter@osuosl.org>
Wed, 8 Jun 2011 20:53:00 +0000 (8 13:53 -0700)
committerPeter Krenesky <peter@osuosl.org>
Wed, 8 Jun 2011 20:53:00 +0000 (8 13:53 -0700)
treedbebea313b6b5fedee45fec6bf3391af43a99c99
parent5feb882c3d331289b7ae3e18a94ff4f0ba019551
Object Log: updating templates to be more tolerant of missing objects that they are trying to link to.  also updating several templates to use FK rather than object to do the same thing (much faster with fk)
14 files changed:
ganeti_web/templates/ganeti/object_log/cluster_redistribute.html
ganeti_web/templates/ganeti/object_log/node_migrate.html
ganeti_web/templates/ganeti/object_log/node_role_change.html
ganeti_web/templates/ganeti/object_log/permissions/add_user.html
ganeti_web/templates/ganeti/object_log/permissions/modify_perms.html
ganeti_web/templates/ganeti/object_log/permissions/remove_user.html
ganeti_web/templates/ganeti/object_log/vm_migrate.html
ganeti_web/templates/ganeti/object_log/vm_modify.html
ganeti_web/templates/ganeti/object_log/vm_reboot.html
ganeti_web/templates/ganeti/object_log/vm_recover.html
ganeti_web/templates/ganeti/object_log/vm_reinstall.html
ganeti_web/templates/ganeti/object_log/vm_rename.html
ganeti_web/templates/ganeti/object_log/vm_start.html
ganeti_web/templates/ganeti/object_log/vm_stop.html