]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fixes documentation link- to open in new tab 22262/head
authorKanika Murarka <murarkakanika@gmail.com>
Sun, 27 May 2018 18:17:20 +0000 (18:17 +0000)
committerKanika Murarka <murarkakanika@gmail.com>
Mon, 28 May 2018 10:39:08 +0000 (10:39 +0000)
Adds 'target' attribute to open link in new tab.
Fixes : https://tracker.ceph.com/issues/24288

Signed-off-by: Kanika Murarka <murarkakanika@gmail.com>
(cherry picked from commit 3677a11fff46bc63cc996e3cb0025b373f74b45f )

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.html

index da92b5d7a3f577b6b94a20103d221dae5588b439..4f03611eaeeee8864d0099233ca07b987bcbfaa9 100644 (file)
@@ -7,6 +7,6 @@
 <cd-info-panel>
   {{ message }}
   <ng-container i18n>
-    Please consult the <a href="http://docs.ceph.com/docs/mimic/mgr/dashboard/#enabling-the-object-gateway-management-frontend">documentation</a> on how to configure and enable the Object Gateway management functionality.
+    Please consult the <a href="http://docs.ceph.com/docs/mimic/mgr/dashboard/#enabling-the-object-gateway-management-frontend" target="_blank">documentation</a> on how to configure and enable the Object Gateway management functionality.
   </ng-container>
 </cd-info-panel>