-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
736 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
<div class="flex flex-col gap-4 indent-3"> | ||
<h3 class="text-xl font-bold">User</h3> | ||
<textarea hlmInput class="block size-full" style="field-sizing: content" readonly>{{ user() | json }}</textarea> | ||
<h3 class="text-xl font-bold">Config</h3> | ||
<!-- input for repositories with save button --> | ||
<div class="flex flex-col items-start gap-4"> | ||
<div class="w-1/2"> | ||
<textarea hlmInput [formControl]="repositoriesForm" class="block size-fit" style="field-sizing: content"></textarea> | ||
</div> | ||
<button hlmBtn (click)="saveRepositories()">Save</button> | ||
<!-- input for repositories with save button --> | ||
<h1 class="text-3xl font-bold mb-4">Environment</h1> | ||
<div class="flex flex-col items-start gap-4"> | ||
<div class="w-1/2"> | ||
<h2 class="text-lg font-semibold mb-2">Repositories to monitor:</h2> | ||
<textarea hlmInput [formControl]="repositoriesForm" class="block size-fit" style="field-sizing: content"></textarea> | ||
<h2 class="text-lg font-semibold my-2">User:</h2> | ||
<textarea hlmInput [formControl]="userForm" class="block size-fit" style="field-sizing: content"></textarea> | ||
</div> | ||
<button hlmBtn (click)="saveRepositories()">Save</button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.