[ 
https://issues.apache.org/jira/browse/ARTEMIS-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16150610#comment-16150610
 ] 

ASF GitHub Bot commented on ARTEMIS-1270:
-----------------------------------------

Github user michaelandrepearce commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1501#discussion_r136585993
  
    --- Diff: 
artemis-hawtio/activemq-branding/src/main/webapp/plugin/js/plugin.js ---
    @@ -59,10 +59,14 @@ var activemqBranding = (function (self) {
     
         self.module = angular.module(self.pluginName, ['hawtioCore']);
         self.module.run(function (branding) {
    -        self.log.debug("ActivMQ theme loaded");
    +        self.log.info("ActiveMQ theme loaded");
    +        if (localStorage['theme'] != 'activemq' || 
localStorage['branding'] != 'activemq') {
    +            localStorage['theme'] = 'activemq';
    +            localStorage['branding'] = 'activemq';
    +            location.reload();
    --- End diff --
    
    to avoid reload causing it to end up in a reload loop


> Provide a Management Console for Artemis
> ----------------------------------------
>
>                 Key: ARTEMIS-1270
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1270
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>    Affects Versions: 2.1.0
>            Reporter: Michael Andre Pearce
>             Fix For: 2.3.0
>
>
> Artemis currently comes with no out the box console, this is greatly lacking 
> feature of artemis that users keep calling/requesting for.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to