File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 3535 <v-flex xs12 class =" pa-2" >
3636 <v-text-field
3737 :value =" link.url()"
38+ hide-details box flat readonly
3839 :label =" $gettext('URL')"
3940 autocorrect =" off"
4041 autocapitalize =" none"
4142 browser-autocomplete =" off"
42- hide-details box flat
43- readonly
4443 color =" secondary-dark"
4544 class =" input-url"
4645 @click.stop =" selectText($event)" >
4948 <v-flex xs12 sm6 class =" pa-2" >
5049 <v-select
5150 v-model =" link.Expires"
51+ hide-details box flat
5252 :label =" expires(link)"
5353 browser-autocomplete =" off"
54- hide-details box flat
5554 color =" secondary-dark"
5655 item-text =" text"
5756 item-value =" value"
6261 </v-flex >
6362 <v-flex xs12 sm6 class =" pa-2" >
6463 <v-text-field
65- v-model =" link.Token" hide-details
66- required
64+ v-model =" link.Token"
65+ hide-details box flat required
66+ browser-autocomplete =" off"
6767 autocorrect =" off"
6868 autocapitalize =" none"
69- browser-autocomplete =" off"
7069 :label =" $gettext('Secret')"
7170 :placeholder =" $gettext('Token')"
7271 color =" secondary-dark"
You can’t perform that action at this time.
0 commit comments