You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2017/12/07 15:21:43 UTC

[2/3] qpid-dispatch git commit: DISPATCH-896 Fix HTML errors on page

DISPATCH-896 Fix HTML errors on page


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/fd948584
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/fd948584
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/fd948584

Branch: refs/heads/master
Commit: fd9485846818426e2fbc4ac0929d2b6be60a7218
Parents: 2215806
Author: Ernest Allen <ea...@redhat.com>
Authored: Thu Dec 7 10:20:17 2017 -0500
Committer: Ernest Allen <ea...@redhat.com>
Committed: Thu Dec 7 10:20:17 2017 -0500

----------------------------------------------------------------------
 console/stand-alone/plugin/html/qdrConnect.html  | 5 ++++-
 console/stand-alone/plugin/html/qdrTopology.html | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/fd948584/console/stand-alone/plugin/html/qdrConnect.html
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/html/qdrConnect.html b/console/stand-alone/plugin/html/qdrConnect.html
index 1d04042..26c4d60 100644
--- a/console/stand-alone/plugin/html/qdrConnect.html
+++ b/console/stand-alone/plugin/html/qdrConnect.html
@@ -26,9 +26,10 @@ under the License.
                     <p>
                         Enter the address and a HTML-enabled port of a <strong><a href="http://qpid.apache.org/components/dispatch-router/" target="_blank">Qpid Dispatch Router</a></strong> to connect..
                     </p>
+                    <!--
                     <p>
                         If Autostart is checked, you will be automatically logged in to the router the next time you start the console.
-                    </p>
+                    </p> -->
 
                 </div>
             </div>
@@ -47,12 +48,14 @@ under the License.
                                 <span ng-show="settings.port.$error.range">Must be 1 through 65535</span>
                             </div>
                         </div>
+<!--
                         <div class="form-group">
                             <label tabindex="-1" class="col-md-2 control-label" title="Whether or not the connection should be started as soon as you log in" for="autostart">Autostart: </label>
                             <div class="col-md-6">
                                 <input tabindex="3" id="autostart" type="checkbox" tooltip="Whether or not the connection should be started as soon as you log into hawtio" ng-model="formEntity.autostart" name="autostart" title="Whether or not the connection should be started as soon as you log into hawtio"
                                        class="ng-scope ng-pristine ng-valid"></div>
                         </div>
+-->
                         <input tabindex="-1" type="submit" style="position: absolute; left: -9999px; width: 1px; height: 1px;">
                         <p></p>
                         <div class="form-group">

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/fd948584/console/stand-alone/plugin/html/qdrTopology.html
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/html/qdrTopology.html b/console/stand-alone/plugin/html/qdrTopology.html
index 4a65758..90caf5a 100644
--- a/console/stand-alone/plugin/html/qdrTopology.html
+++ b/console/stand-alone/plugin/html/qdrTopology.html
@@ -20,7 +20,7 @@ under the License.
     <div class="qdr-topology pane left" ng-controller="QDR.TopologyFormController">
         <div id="topologyForm" ng-class="{selected : isSelected()}">
             <div ng-if="form == 'router'">
-                <h4 Router Info</h4>
+                <h4>Router Info</h4>
                 <div class="grid" ui-grid="topoGridOptions" ui-grid-auto-resize ng-style="infoStyle()"></div>
             </div>
             <div ng-if="form == 'connection'">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org