]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fixes documentation link- to open in new tab 22237/head
authora2batic <murarkakanika@gmail.com>
Fri, 25 May 2018 05:34:38 +0000 (11:04 +0530)
committera2batic <murarkakanika@gmail.com>
Fri, 25 May 2018 05:40:26 +0000 (11:10 +0530)
Adds 'target' attribute to open link in new tab.
Fixes : https://tracker.ceph.com/issues/24288

Signed-off-by: a2batic <murarkakanika@gmail.com>
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>