mirror of https://github.com/statping/statping
Reformat code
parent
1e5dd646e6
commit
5c15c20392
|
@ -13,7 +13,6 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr v-for="message in $store.getters.messages" v-bind:key="message.id">
|
||||
<td>{{message.title}}</td>
|
||||
<td class="d-none d-md-table-cell">
|
||||
|
@ -27,12 +26,10 @@
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<FormMessage v-if="$store.state.admin" :edit="editChange" :in_message="message"/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<div>
|
||||
<div class="card contain-card text-black-50 bg-white mb-5">
|
||||
<div class="card-header">{{message.id ? `Update ${message.title}` : "Create Announcement"}}
|
||||
|
||||
<transition name="slide-fade">
|
||||
<button @click="removeEdit" v-if="message.id" class="btn btn-sm float-right btn-danger btn-sm">Close</button>
|
||||
</transition>
|
||||
|
|
Loading…
Reference in New Issue