mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
restyle button reloadTags
This commit is contained in:
@@ -330,8 +330,12 @@ export default {
|
||||
@updated="updatedTag"
|
||||
zuordnung_typ="prestudent_id"
|
||||
></core-tag>
|
||||
<div>
|
||||
<button v-if="tagsEnabled" @click="rebuildPrestudentTags">
|
||||
<div
|
||||
role="button"
|
||||
v-if="tagsEnabled"
|
||||
@click="rebuildPrestudentTags"
|
||||
class="btn btn-outline btn-light mb-1"
|
||||
title="Automatische Tags neu laden">
|
||||
<i class="fa-solid fa-refresh"></i></button>
|
||||
</div>
|
||||
<h6 v-if="headerData[0].unruly" class="badge" :class="'bg-unruly rounded-0'"><strong>unruly</strong></h6>
|
||||
|
||||
Reference in New Issue
Block a user