File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
src/components/software-center Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 10121012 "source_package" : " Application image" ,
10131013 "app_installation" : " Install {app}" ,
10141014 "choose_node_for_installation" : " Select installation node for {app} {version}" ,
1015+ "install_app_on_selected_node" : " {app} {version} will be installed on the selected node" ,
10151016 "select_node_volume_for_installation" : " Select the volume on {node} to store application data" ,
10161017 "installing_on_node" : " Installing on {node}" ,
10171018 "instance_installed_on_node" : " {module_id} installed on {node}" ,
Original file line number Diff line number Diff line change 4343 :showCloseButton =" false"
4444 />
4545 <!-- node selection -->
46- <div >
46+ <div v-if = " clusterNodesCount > 1 " >
4747 {{
4848 $t("software_center.choose_node_for_installation", {
4949 app: app.name,
5050 version: appVersion,
5151 })
5252 }}
5353 </div >
54+ <div v-else >
55+ {{
56+ $t("software_center.install_app_on_selected_node", {
57+ app: app.name,
58+ version: appVersion,
59+ })
60+ }}
61+ </div >
5462 <NsInlineNotification
5563 v-if =" error.getClusterStatus"
5664 kind =" error"
You can’t perform that action at this time.
0 commit comments