mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 13:37:23 +00:00
Add titles to preferences page.
This commit is contained in:
parent
63b496ae87
commit
58453e4f70
@ -1,4 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<h1 class="uk-text-bold uk-text-center">Preferences</h1>
|
||||||
|
<hr />
|
||||||
|
<h2>Instances List</h2>
|
||||||
<table class="uk-table">
|
<table class="uk-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -16,6 +19,9 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<b>Instance Selection:</b>
|
||||||
<select
|
<select
|
||||||
class="uk-select"
|
class="uk-select"
|
||||||
v-model="selectedInstance"
|
v-model="selectedInstance"
|
||||||
|
Loading…
Reference in New Issue
Block a user