This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user