Skip to content

Commit

Permalink
👍 Change icons, colors on both image & container component
Browse files Browse the repository at this point in the history
  • Loading branch information
AbduazizZiyodov committed Jul 17, 2022
1 parent 2777321 commit 8496430
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/client/src/app/core/containers/containers.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ <h2 class="h2-responsive text-center fw-bold navbar-text">
<thead class="bg-light">
<tr>
<th></th>
<th><i class="fas fa-list-ol"></i> Container ID</th>
<th>Container ID</th>
<th><i class="fas fa-battery-three-quarters"></i> Status</th>
<th><i class="fas fa-compact-disc"></i> Image</th>
<th><i class="fas fa-box-open"></i> Image</th>
<th><i class="fas fa-tags"></i> Container Name</th>
<th><i class="fas fa-compact-disc"></i> Actions</th>
<th><i class="fas fa-cogs"></i> Actions</th>
</tr>
</thead>
<tbody *ngFor="for; let container; of: containers; index as i">
Expand Down Expand Up @@ -98,7 +98,7 @@ <h2 class="h2-responsive text-center fw-bold navbar-text">
[routerLink]="['/logs', container.short_id]"
mdbTooltip="Logs"
>
<i class="fas fa-paste"></i>
<i class="fas fa-file-alt"></i>
</a>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion src/client/src/app/core/image/image.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4 class="card-title dodger-blue">
</h4>
<div class="shadow-1 rounded p-2 mb-1 mt-1">
<h5 class="text-center h5-responsive">
"{{ image.description?.replace(".", "") }}""
{{ image.description?.replace(".", "") }}
</h5>
</div>

Expand Down
8 changes: 4 additions & 4 deletions src/client/src/app/core/images/images.component.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<h1
class="dodger-blue mt-3 text-center fw-bold navbar-text"
class="dodger-blue mt-3 text-center fw-bold"
data-aos="fade-down"
data-aos-duration="1000"
>
<i class="far fa-copy"></i> Images <br />
<button class="btn btn-secondary" routerLink="/pull-images">
<i class="fas fa-plus-square"></i> Pull Images
<i class="fas fa-box-open"></i> <span class="navbar-text">Images</span> <br />
<button class="btn btn-secondary text-capitalize" routerLink="/pull-images">
<i class="fas fa-cloud-download-alt"></i> Pull Images
</button>
</h1>

Expand Down

0 comments on commit 8496430

Please sign in to comment.