This commit is contained in:
@@ -28,10 +28,12 @@ dotnet-runtime-deps-3.1/xenial,now 3.1.10-1 amd64 [installed,automatic]
|
|||||||
dotnet-runtime-deps-5.0/xenial,now 5.0.0-1 amd64 [installed,automatic]
|
dotnet-runtime-deps-5.0/xenial,now 5.0.0-1 amd64 [installed,automatic]
|
||||||
|
|
||||||
To REMOVE: apt-get remove dotnet-runtime-3.0 (replace 3.0 with whatever version it is)
|
To REMOVE: apt-get remove dotnet-runtime-3.0 (replace 3.0 with whatever version it is)
|
||||||
|
|
||||||
|
|
||||||
https://docs.microsoft.com/en-us/dotnet/core/install/remove-runtime-sdk-versions?pivots=os-linux
|
https://docs.microsoft.com/en-us/dotnet/core/install/remove-runtime-sdk-versions?pivots=os-linux
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: SEEDER
|
todo: SEEDER
|
||||||
Seed sample customers from v7 specifically in addition to random ones?
|
Seed sample customers from v7 specifically in addition to random ones?
|
||||||
|
|
||||||
@@ -66,8 +68,7 @@ todo: TESTING After customer form is made
|
|||||||
Test setting coords from phone
|
Test setting coords from phone
|
||||||
|
|
||||||
|
|
||||||
OUTSTANDING WITH CUSTOMER
|
OUTSTANDING WITH CUSTOMER
|
||||||
servicetemplate, headoffice, banking, contract fields
|
|
||||||
contacts
|
contacts
|
||||||
Customer User (contacts) UI for this client (generate, view)
|
Customer User (contacts) UI for this client (generate, view)
|
||||||
case for this and notes, sb very simple way to create and send creds for user
|
case for this and notes, sb very simple way to create and send creds for user
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@
|
|||||||
></v-select>
|
></v-select>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-tabs v-model="tab" color="primary" grow @change="tabChanged">
|
<v-tabs v-model="tab" @change="tabChanged">
|
||||||
<v-tabs-slider></v-tabs-slider>
|
<v-tabs-slider></v-tabs-slider>
|
||||||
<v-tab>{{ $ay.t("MetricCPUMemory") }}</v-tab>
|
<v-tab>{{ $ay.t("MetricCPUMemory") }}</v-tab>
|
||||||
<v-tab>{{ $ay.t("Database") }}</v-tab>
|
<v-tab>{{ $ay.t("Database") }}</v-tab>
|
||||||
|
|||||||
Reference in New Issue
Block a user