Compare commits

..

No commits in common. "26c184f300e1cce4d7f649ea2e9fae57ebee464f" and "b4c7ad454ed7918bde2e49b60940190a3a70e643" have entirely different histories.

2 changed files with 24 additions and 31 deletions

View file

@ -101,7 +101,7 @@
}
@tvheadend host tvheadend.orlop.duckdns.org
handle @tvheadend {
import n2plus 9981
import n2plus 8891
}
@test host test.orlop.duckdns.org
handle @test {

View file

@ -14,24 +14,17 @@
<body>
<div id="app">
<v-app>
<v-app-bar app>
<v-main>
<div>
<span>Loaded at: {{ loaded }}</span>
<v-icon :title="loaded">mdi-clock</v-icon>
<span>Loaded at: {{ loaded }}</span><v-icon :title="loaded">mdi-clock</v-icon>
<span> {{ message }}</span>
<v-btn v-on:click="load">hits {{ hits }}</v-btn>
</div>
</v-app-bar>
<v-main>
<v-container>
<v-row>
<v-col>
<iframe name="srv" src="icon.png" width="100%"></iframe>
</v-col>
<!-- item={href,port,text} -->
<v-col >
<v-card v-for="item in links" width="10em">
<v-col v-for="item in links">
<v-card width="10em">
<v-card-title class="text-caption">
<a :href="item.href" :target="target">{{ item.text }}</a>
</v-card-title>
@ -45,7 +38,7 @@
</v-container>
<iframe name="srv" src="icon.png" width="100%"></iframe>
</v-main>
</v-app>
</div>