Compare commits
No commits in common. "26c184f300e1cce4d7f649ea2e9fae57ebee464f" and "b4c7ad454ed7918bde2e49b60940190a3a70e643" have entirely different histories.
26c184f300
...
b4c7ad454e
2 changed files with 24 additions and 31 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -14,39 +14,32 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<v-app>
|
<v-app>
|
||||||
<v-app-bar app>
|
|
||||||
<div>
|
|
||||||
<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-main>
|
||||||
|
<div>
|
||||||
<v-container>
|
<span>Loaded at: {{ loaded }}</span><v-icon :title="loaded">mdi-clock</v-icon>
|
||||||
<v-row>
|
<span> {{ message }}</span>
|
||||||
<v-col>
|
<v-btn v-on:click="load">hits {{ hits }}</v-btn>
|
||||||
<iframe name="srv" src="icon.png" width="100%"></iframe>
|
</div>
|
||||||
</v-col>
|
<v-container>
|
||||||
<!-- item={href,port,text} -->
|
<v-row>
|
||||||
<v-col >
|
<!-- item={href,port,text} -->
|
||||||
<v-card v-for="item in links" width="10em">
|
<v-col v-for="item in links">
|
||||||
<v-card-title class="text-caption">
|
<v-card width="10em">
|
||||||
<a :href="item.href" :target="target">{{ item.text }}</a>
|
<v-card-title class="text-caption">
|
||||||
</v-card-title>
|
<a :href="item.href" :target="target">{{ item.text }}</a>
|
||||||
<v-card-actions>
|
</v-card-title>
|
||||||
<v-btn>?</v-btn>
|
<v-card-actions>
|
||||||
<v-btn>{{ item.port }}</v-btn>
|
<v-btn>?</v-btn>
|
||||||
</v-card-actions>
|
<v-btn>{{ item.port }}</v-btn>
|
||||||
</v-card>
|
</v-card-actions>
|
||||||
</v-col>
|
</v-card>
|
||||||
</v-row>
|
</v-col>
|
||||||
</v-container>
|
</v-row>
|
||||||
|
</v-container>
|
||||||
|
|
||||||
|
|
||||||
|
<iframe name="srv" src="icon.png" width="100%"></iframe>
|
||||||
</v-main>
|
</v-main>
|
||||||
</v-app>
|
</v-app>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.js"></script>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue