mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 05:27:20 +00:00
Add titles to preferences page.
This commit is contained in:
parent
63b496ae87
commit
58453e4f70
@ -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 New Issue
Block a user