Add titles to preferences page.

This commit is contained in:
FireMasterK 2020-11-22 10:04:27 +05:30
parent 63b496ae87
commit 58453e4f70

View File

@ -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"