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 @tvheadend host tvheadend.orlop.duckdns.org
handle @tvheadend { handle @tvheadend {
import n2plus 9981 import n2plus 8891
} }
@test host test.orlop.duckdns.org @test host test.orlop.duckdns.org
handle @test { handle @test {

View file

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