VIVO-659 Move the location of "Startup Status" on the Site Admin page.
This commit is contained in:
parent
939950dcd4
commit
3f63bf3281
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ public class SiteAdminController extends BaseSiteAdminController {
|
||||||
private static final Log log = LogFactory.getLog(SiteAdminController.class);
|
private static final Log log = LogFactory.getLog(SiteAdminController.class);
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Map<String, String> getSiteMaintenanceUrls(VitroRequest vreq) {
|
protected Map<String, Object> getSiteMaintenanceUrls(VitroRequest vreq) {
|
||||||
|
|
||||||
Map<String, String> urls = super.getSiteMaintenanceUrls(vreq);
|
Map<String, Object> urls = super.getSiteMaintenanceUrls(vreq);
|
||||||
|
|
||||||
if (PolicyHelper.isAuthorizedForActions(vreq, ToolsRequestHandler.REQUIRED_ACTIONS)) {
|
if (PolicyHelper.isAuthorizedForActions(vreq, ToolsRequestHandler.REQUIRED_ACTIONS)) {
|
||||||
urls.put("rebuildVisCache", UrlBuilder.getUrl("/vis/tools"));
|
urls.put("rebuildVisCache", UrlBuilder.getUrl("/vis/tools"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue