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:
Lance Edgar 2020-03-22 16:39:42 -05:00
parent 099fe14de1
commit b044790d51
3 changed files with 6 additions and 49 deletions

View file

@ -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'),