Skip to content

Commit

Permalink
fix(frontend): Remove some "New" badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Dec 13, 2023
1 parent 66b4da5 commit 10b01f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<div class="mb-3">
<label class="form-label" for="issuanceDateInput">
Issuance
<span class="badge bg-gradient-primary">New</span>
</label>
<div class="input-group">
<input type="date" class="form-control" id="issuanceDateInput"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<div class="mb-3">
<label class="form-label" for="dockerImageInput">
Docker Image
<span class="badge bg-gradient-primary">New</span>
</label>
<select class="form-select" id="dockerImageInput" [(ngModel)]="project.dockerImage">
<option [value]="undefined">Use Default</option>
Expand All @@ -49,7 +48,6 @@
<div class="mb-3">
<label class="form-label" for="repositoryInput">
Git Repository
<span class="badge bg-gradient-primary">New</span>
</label>
<input class="form-control" type="url" id="repositoryInput" [(ngModel)]="project.repository">
<div class="form-text">
Expand Down

0 comments on commit 10b01f1

Please sign in to comment.