This commit is contained in:
2020-11-02 17:43:08 +00:00
parent 302c9f2d48
commit d081c6cfd7
3 changed files with 26 additions and 6 deletions

View File

@@ -56,6 +56,7 @@
:count="0"
moreUrl="/home-dashboard"
icon="$ayiRobot"
:updateFrequency="15000"
v-on:dash-remove="dashRemove"
v-on:dash-move-start="dashMoveStart"
v-on:dash-move-back="dashMoveBack"
@@ -66,8 +67,7 @@
</v-col>
</v-row>
</template>
Todo: intermediate actual types (try list first), how to instantiate them from here by id (dynamic)
todo: do we need a PLUS menu item to add one of that type to that widget, i.e. if it's showing workorders then a plus to make a new wokorder would be useful
<script>
const FORM_KEY = "home-dashboard";
import DashRegistry from "../api/dash-registry";