Skip to content
Snippets Groups Projects
Commit 3cd95700 authored by Sean McGivern's avatar Sean McGivern
Browse files

Merge branch 'storage-dropdown' into 'master'

Show gitaly address instead of disk path

See merge request gitlab-org/gitlab-ce!17954
parents f56ef206 0189ee97
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -96,7 +96,7 @@ module ApplicationSettingsHelper
 
def repository_storages_options_for_select(selected)
options = Gitlab.config.repositories.storages.map do |name, storage|
["#{name} - #{storage.legacy_disk_path}", name]
["#{name} - #{storage['gitaly_address']}", name]
end
 
options_for_select(options, selected)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment