This commit is contained in:
2022-03-02 00:22:55 +00:00
parent 7a21a5027c
commit f8b5ebb063
3 changed files with 12 additions and 16 deletions

View File

@@ -144,8 +144,8 @@ export default {
singleOnly: false,
settings: {
customTitle: null,
timeSpan: "*thismonth*",
interval: "day",
timeSpan: "*thisyear*",
interval: "month",
wotags: [],
woitemtags: [],
techtags: [],
@@ -168,12 +168,12 @@ export default {
singleOnly: false,
settings: {
customTitle: null,
timeSpan: "*thismonth*",
timeSpan: "*thisyear*",
wotags: [],
woitemtags: [],
techtags: [],
userid: null,
interval: "day",
interval: "month",
color: "#00205B"
}
}

View File

@@ -93,6 +93,11 @@
>
</v-select>
</v-col>
<v-col cols="12">
<span class="text-sm-h5 text-md-h3 red--text"
>BETA TEST - NOT FOR PRODUCTION USE</span
>
</v-col>
<v-col cols="12" md="7">
<v-text-field
id="username"