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
							
								
									ad972b72d1
								
							
						
					
					
						commit
						29aeb4eb42
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue