Add Tempmon Appliance views, menu link
also remove edit/delete restrictions for tempmon clients, probes. now we just let the normal permissions handle that
This commit is contained in:
parent
099fe14de1
commit
b044790d51
3 changed files with 6 additions and 49 deletions
|
@ -151,6 +151,11 @@ def simple_menus(request):
|
|||
'title': "TempMon",
|
||||
'type': 'menu',
|
||||
'items': [
|
||||
{
|
||||
'title': "Appliances",
|
||||
'url': url('tempmon.appliances'),
|
||||
'perm': 'tempmon.appliances.list',
|
||||
},
|
||||
{
|
||||
'title': "Clients",
|
||||
'url': url('tempmon.clients'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue