File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ function configRoutes () {
269
269
children : [
270
270
{
271
271
path : 'buttons' ,
272
- name : 'Buttons' ,
272
+ name : 'Standard Buttons' ,
273
273
component : StandardButtons
274
274
} ,
275
275
{
Original file line number Diff line number Diff line change 29
29
label =" Status"
30
30
/>
31
31
<CInput label =" Note type" type =" text" v-model =" note.note_type" />
32
- <CButton color =" primary" @click =" update()" >Edit </CButton >
32
+ <CButton color =" primary" @click =" update()" >Save </CButton >
33
33
<CButton color =" primary" @click =" goBack" >Back</CButton >
34
34
</CCardBody >
35
35
</CCard >
Original file line number Diff line number Diff line change 14
14
>
15
15
({{dismissCountDown}}) {{ message }}
16
16
</CAlert >
17
- <b-form-group >
18
- <label for =" name" >Name</label >
19
- <CInput type =" text" placeholder =" Name" v-model =" name" ></CInput >
20
- </b-form-group >
21
- <b-form-group >
22
- <label for =" email" >Email</label >
23
- <CInput type =" text" placeholder =" Email" v-model =" email" ></CInput >
24
- </b-form-group >
25
-
26
- <CButton color =" primary" @click =" update()" >Edit</CButton >
17
+ <CInput type =" text" label =" Name" placeholder =" Name" v-model =" name" ></CInput >
18
+ <CInput type =" text" label =" Email" placeholder =" Email" v-model =" email" ></CInput >
19
+ <CButton color =" primary" @click =" update()" >Save</CButton >
27
20
<CButton color =" primary" @click =" goBack" >Back</CButton >
28
-
29
21
</CForm >
30
22
</CCardBody >
31
23
</CCard >
You can’t perform that action at this time.
0 commit comments