## -*- coding: utf-8; -*- <%inherit file="/master/index.mako" /> <%def name="context_menu_items()"> ${parent.context_menu_items()} % if request.has_perm('tempmon.appliances.dashboard'):
  • ${h.link_to("Go to the Dashboard", url('tempmon.dashboard'))}
  • % endif ${parent.body()}