File tree Expand file tree Collapse file tree
src/main/resources/fragments Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 data-toggle ="modal " data-target ="#switchInstancesModal " th:if ="${isAppPage && (maxInstances > 1 || maxInstances == -1)} " > Switch instance</ a >
3939
4040 < a role ="button " class ="btn btn-primary btn-sm " onclick ="Shiny.instances.eventHandlers.onRestartInstance(); "
41- th:if ="${isAppPage && maxInstances == 1} " > Restart instance </ a >
41+ th:if ="${isAppPage && maxInstances == 1} " > Restart app </ a >
4242
4343 < a role ="button " class ="btn btn-primary btn-sm " onclick ="Shiny.instances.eventHandlers.onDeleteInstance(); "
44- th:if ="${isAppPage && maxInstances == 1} " > Stop instance </ a >
44+ th:if ="${isAppPage && maxInstances == 1} " > Stop app </ a >
4545
4646 < a role ="button " class ="btn btn-primary btn-sm " th:if ="${isSupportEnabled} "
4747 data-toggle ="modal " data-target ="#reportIssueModal "> Report Issue</ a >
You can’t perform that action at this time.
0 commit comments