<%inherit file="//layout/admin.html"/> <%namespace name="helpers" file="_helpers.html"/> <%namespace name="lib" file="//lib.html" import="*"/> <% from splunk.appserver.mrsparkle.lib.msg_pool import MsgPoolMgr, UI_MSG_POOL %> <%! title = 'Splunk Manager' %> <% entitiesLen = -1 try: entitiesLen = len(entities) except: pass %> <% msg_obj = MsgPoolMgr.get_poolmgr_instance()[UI_MSG_POOL].pop(msgid) %> % if msg_obj: <%helpers:message content="${msg_obj.text}" level="${msg_obj.severity}"/> % endif % if blueLinks:
% if blueLinks.has_key("app_configurations"):

${_("Apps and knowledge")}

<%helpers:menulist namespace="${namespace}" menuDict="${blueLinks['app_configurations']}"/>
% endif % if blueLinks.has_key("system_configurations"):

${_("System configurations")}

<%helpers:menulist namespace="${namespace}" menuDict="${blueLinks['system_configurations']}"/>
% endif
%else: % if entitiesLen >= 0: <%include file="list.html" args="namespace=namespace, uiHelper=uiHelper, showNewButton=showNewButton, endpoint_base=endpoint_base, endpoint_path=endpoint_path, msgid=msgid, entities=entities, eleOnly=eleOnly, kwargs=kwargs"/> % endif % if form_defaults: <%include file="edit.html" args="namespace=namespace, uiHelper_elements=uiHelper_elements, endpoint_base=endpoint_base, endpoint_path=endpoint_path, msgid=msgid, form_defaults=form_defaults, eleOnly=eleOnly, isCloneAction=isCloneAction"/> % endif %endif