diff options
Diffstat (limited to 'modules-available/locationinfo/templates/page-tabs.html')
-rw-r--r-- | modules-available/locationinfo/templates/page-tabs.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules-available/locationinfo/templates/page-tabs.html b/modules-available/locationinfo/templates/page-tabs.html index 743297e7..14730e2f 100644 --- a/modules-available/locationinfo/templates/page-tabs.html +++ b/modules-available/locationinfo/templates/page-tabs.html @@ -1,3 +1,12 @@ +<div> + {{#errors}} + <div class="alert alert-danger"> + [{{errtime}}] <a href="?do=locationinfo&show=backendlog&serverid={{serverid}}"><b>{{servername}}</b></a>: + {{error}} + </div> + {{/errors}} +</div> + <ul class="nav nav-tabs"> <li class="{{class-panels}} {{perms.panel.list.disabled}}"><a href="?do=locationinfo&show=panels">{{lang_panels}}</a></li> <li class="{{class-locations}} {{perms.location.disabled}}"><a href="?do=locationinfo&show=locations">{{lang_locationSettings}}</a></li> |