Add Podname to Banner

This commit is contained in:
Georg Krause 2021-11-19 11:07:01 +01:00
parent 862bfe9365
commit 2dcbb6dc1a
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
2 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,10 @@
</div>
<div class="ui card">
<section :class="['ui', 'head', {'with-background': banner}, 'vertical', 'center', 'aligned', 'stripe', 'segment']" :style="headerStyle">
<h1>
<i class="music icon"></i>
{{ podName }}
</h1>
</section>
<div class="content padding-top padding-bottom">
<h3 class="ui header" id="description">

View File

@ -7,6 +7,10 @@
<div class="ui horizontally fitted stripe basic segment">
<div class="ui basic vertically fitted stripe segment content">
<section :class="['ui', 'head', {'with-background': banner}, 'vertical', 'center', 'aligned', 'stripe', 'segment']" :style="headerStyle">
<h1>
<i class="music icon"></i>
{{ podName }}
</h1>
</section>
</div>
<div class="ui basic vertically fitted stripe segment content">