File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
plugins/object_storage/app/views/object_storage/application Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 '
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' ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments