Add refresh button in files tab behind feature flag (#5431)
This commit is contained in:
committed by
GitHub
parent
51a83b4536
commit
789ec8966c
@@ -10,5 +10,8 @@ useHead({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ServersManageFilesPage :show-debug-info="flags.advancedDebugInfo" />
|
||||
<ServersManageFilesPage
|
||||
:show-debug-info="flags.advancedDebugInfo"
|
||||
:show-refresh-button="flags.FilesRefreshButton"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user