Show gitaly address instead of disk path
This commit is contained in:
parent
49e871680c
commit
0189ee979c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue