Skip to content

Commit

Permalink
update containerdata tooltip information
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Jan 8, 2024
1 parent d81afd7 commit 9479e36
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
1 change: 0 additions & 1 deletion HomeUI/dist/css/7481.css

This file was deleted.

File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions HomeUI/dist/css/9516.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion HomeUI/dist/js/7481.js

This file was deleted.

2 changes: 1 addition & 1 deletion HomeUI/dist/js/1947.js → HomeUI/dist/js/7534.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions HomeUI/dist/js/8610.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion HomeUI/dist/js/8032.js → HomeUI/dist/js/9267.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion HomeUI/dist/js/9330.js

This file was deleted.

1 change: 1 addition & 0 deletions HomeUI/dist/js/9516.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion HomeUI/dist/js/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HomeUI/src/views/apps/Management.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@
<label class="col-3 col-form-label">
Cont. Data
<v-icon
v-b-tooltip.hover.top="'Data folder that is shared by application to App volume. Prepend with r: for synced data between instances. Eg. r:/data'"
v-b-tooltip.hover.top="'Data folder that is shared by application to App volume. Prepend with r: for synced data between instances. Ex. r:/data. Prepend with g: for synced data and master/slave solution. Ex. g:/data'"
name="info-circle"
class="mr-1"
/>
Expand Down Expand Up @@ -3257,7 +3257,7 @@
<label class="col-3 col-form-label">
Cont. Data
<v-icon
v-b-tooltip.hover.top="'Data folder that is shared by application to App volume. Prepend with r: for synced data between instances. Eg. r:/data'"
v-b-tooltip.hover.top="'Data folder that is shared by application to App volume. Prepend with r: for synced data between instances. Ex. r:/data. Prepend with g: for synced data and master/slave solution. Ex. g:/data'"
name="info-circle"
class="mr-1"
/>
Expand Down
4 changes: 2 additions & 2 deletions HomeUI/src/views/apps/RegisterFluxApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
<label class="col-3 col-form-label">
Cont. Data
<v-icon
v-b-tooltip.hover.top="'Data folder that is shared by application to App volume. Prepend with r: for synced data between instances. Eg. r:/data'"
v-b-tooltip.hover.top="'Data folder that is shared by application to App volume. Prepend with r: for synced data between instances. Ex. r:/data. Prepend with g: for synced data and master/slave solution. Ex. g:/data'"
name="info-circle"
class="mr-1"
/>
Expand Down Expand Up @@ -1224,7 +1224,7 @@
<label class="col-3 col-form-label">
Cont. Data
<v-icon
v-b-tooltip.hover.top="'Data folder that is shared by application to App volume. Prepend with r: for synced data between instances. Eg. r:/data'"
v-b-tooltip.hover.top="'Data folder that is shared by application to App volume. Prepend with r: for synced data between instances. Ex. r:/data. Prepend with g: for synced data and master/slave solution. Ex. g:/data'"
name="info-circle"
class="mr-1"
/>
Expand Down

0 comments on commit 9479e36

Please sign in to comment.