mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add titles to preferences page.
This commit is contained in:
parent
63b496ae87
commit
58453e4f70
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
<template>
|
||||
<h1 class="uk-text-bold uk-text-center">Preferences</h1>
|
||||
<hr />
|
||||
<h2>Instances List</h2>
|
||||
<table class="uk-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -16,6 +19,9 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<b>Instance Selection:</b>
|
||||
<select
|
||||
class="uk-select"
|
||||
v-model="selectedInstance"
|
||||
|
|
Loading…
Reference in a new issue