Skip to content

Commit 50f649d

Browse files
authored
fix(object-storage): fix title for ceph and swift (#1609)
1 parent 719ca12 commit 50f649d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

config/navigations/services_navigation.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
plugin_available?(:object_storage)
374374
},
375375
highlights_on:
376-
proc { params[:controller][%r{object_storage/.*}] }
376+
proc { params[:controller][%r{object_storage/swift/.*}] }
377377
storage_nav.item :shared_storage_ceph,
378378
capture {
379379
concat 'Object Storage '
@@ -387,7 +387,7 @@
387387
plugin_available?(:object_storage)
388388
},
389389
highlights_on:
390-
proc { params[:controller][%r{object_storage/.*}] }
390+
proc { params[:controller][%r{object_storage/ceph/.*}] }
391391

392392
storage_nav.item :shared_filesystem_storage,
393393
'File System Storage',

plugins/object_storage/app/views/object_storage/application/show.html.haml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- content_for :main_toolbar do
2+
Object Storage
3+
14
-# base_name: is used by react router to determine the base path for the app
25
-# service_endpoint: is used by the app to determine the endpoint to use in api client
36
-# project_path: is used by the app to determine the project path to use in api client

0 commit comments

Comments
 (0)