Skip to content
Snippets Groups Projects
Verified Commit 2dcbb6dc authored by Georg Krause's avatar Georg Krause
Browse files

Add Podname to Banner

parent 862bfe93
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment