mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-23 15:09:01 +00:00
adjust input labels
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<form [formGroup]="formGroup" class="h-full">
|
<form [formGroup]="formGroup" class="h-full">
|
||||||
<div class="m-2">
|
<div class="m-2">
|
||||||
<div class="flex items-center m-1">
|
<div class="flex items-center m-1">
|
||||||
<label class="mr-2 text-white"> id: </label>
|
<label class="mr-2 text-white"> ID: </label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
class="pl-1 border-2 border-gray-200 text-white border-solid rounded-sm"
|
class="pl-1 border-2 border-gray-200 text-white border-solid rounded-sm"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<form [formGroup]="formGroup">
|
<form [formGroup]="formGroup">
|
||||||
<div class="m-2">
|
<div class="m-2">
|
||||||
<div class="flex items-center m-1">
|
<div class="flex items-center m-1">
|
||||||
<label class="mr-2 text-white"> input: </label>
|
<label class="mr-2 text-white"> Input: </label>
|
||||||
<select
|
<select
|
||||||
class="pl-1 border-2 border-gray-200 text-white border-solid rounded-sm w-full"
|
class="pl-1 border-2 border-gray-200 text-white border-solid rounded-sm w-full"
|
||||||
formControlName="input"
|
formControlName="input"
|
||||||
|
|||||||
Reference in New Issue
Block a user