components/openstack/horizon/patches/07-remove-console.patch
branchs11u2-sru
changeset 3198 46289f36c1ca
equal deleted inserted replaced
3192:b9a078e64012 3198:46289f36c1ca
       
     1 In-house patch to remove the ">> open console" link from instance
       
     2 elements in the Network Topology screen.  This patch is
       
     3 Solaris-specific and not suitable for upstream contribution.
       
     4 
       
     5 --- horizon-2013.2.3/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_container.html.orig    2014-06-20 08:04:57.394535111 -0600
       
     6 +++ horizon-2013.2.3/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_container.html     2014-06-20 08:05:47.621066190 -0600
       
     7 @@ -16,7 +16,6 @@
       
     8        <div class="cell link">
       
     9          <a href="[[url]]">» view [[type]] details</a>
       
    10          [[#console_id]]
       
    11 -        <a href="[[url]][[console]]" class="vnc_window">» open console</a>
       
    12          [[/console_id]]
       
    13        </div>
       
    14        <div class="cell delete">
       
    15