This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
:title="item.title"
|
||||
:id="item.id"
|
||||
:showCount="true"
|
||||
:count="3"
|
||||
:count="0"
|
||||
moreUrl="/home-dashboard"
|
||||
icon="$ayiRobot"
|
||||
v-on:dash-remove="dashRemove"
|
||||
@@ -66,22 +66,13 @@
|
||||
</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";
|
||||
import GzDash from "../components/dash-base.vue";
|
||||
/**
|
||||
*
|
||||
*
|
||||
* <div>
|
||||
MRU + depending on role: new workorder, new client, personal workorder
|
||||
list if scheduleable, or if ops then whatever ops needs or admin whatever
|
||||
they need etc
|
||||
</div>
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
export default {
|
||||
components: {
|
||||
GzDash
|
||||
|
||||
Reference in New Issue
Block a user