icone e link
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 17 KiB |
@@ -63,4 +63,7 @@ export default class AppFooter extends Vue {
|
||||
// cmsClient.openOrStartProcess(id);
|
||||
}
|
||||
|
||||
showDashboard() {
|
||||
appModelActions.ShowDashboard(this.$store);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,17 +52,17 @@
|
||||
<button
|
||||
@click="openProgram('/progrprerisc')"
|
||||
:title="'footer_tooltip_progr_prerisc' | localize('Programmazione Preriscaldo')"
|
||||
:disabled="!isAreaEnabled('progrprerisc')"
|
||||
v-if="isAreaVisible('progrprerisc')"
|
||||
:disabled="false"
|
||||
v-if="true"
|
||||
class="oval progrprerisc"
|
||||
:class="{ big:isInPath('progrprerisc') && !state.isMainViewLiftedUp}"
|
||||
></button>
|
||||
|
||||
<button
|
||||
@click="openProgram('/clock')"
|
||||
@click="showDashboard"
|
||||
:title="'footer_tooltip_dashboard' | localize('Dashboard')"
|
||||
:disabled="!isAreaEnabled('clock')"
|
||||
v-if="isAreaVisible('clock')"
|
||||
:disabled="false"
|
||||
v-if="true"
|
||||
class="oval clock"
|
||||
:class="{ big:isInPath('clock') && !state.isMainViewLiftedUp}"
|
||||
></button>
|
||||
|
||||
Reference in New Issue
Block a user