Add editing and display of event host
Display and allow editing of the host field of events.
This commit is contained in:
parent
085e348aa8
commit
848a330f3a
3 changed files with 18 additions and 0 deletions
|
@ -11,6 +11,12 @@
|
|||
:after="event.name"
|
||||
:state
|
||||
/>
|
||||
<DiffFieldString
|
||||
title="Host"
|
||||
:before="event.serverHost"
|
||||
:after="event.host"
|
||||
:state
|
||||
/>
|
||||
<DiffFieldString
|
||||
title="Public"
|
||||
:before='event.serverCrew ? "No" : "Yes"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue