diff --git a/src/portal/lib/src/tag/tag-detail.component.html b/src/portal/lib/src/tag/tag-detail.component.html index 4169cffe6..83c053a2f 100644 --- a/src/portal/lib/src/tag/tag-detail.component.html +++ b/src/portal/lib/src/tag/tag-detail.component.html @@ -49,33 +49,25 @@
- {{highCount}} {{packageText(highCount) | translate}} - {{haveText(highCount) | translate}} {{'VULNERABILITY.SEVERITY.HIGH' | translate }} - {{suffixForHigh | translate }} + {{highCount}} {{packageText(highCount) | translate}} {{haveText(highCount) | translate}} {{'VULNERABILITY.SEVERITY.HIGH' | translate }} {{suffixForHigh | translate }}
- {{mediumCount}} {{packageText(mediumCount) | translate}} - {{haveText(mediumCount) | translate}} {{'VULNERABILITY.SEVERITY.MEDIUM' | translate }} - {{suffixForMedium | translate }} + {{mediumCount}} {{packageText(mediumCount) | translate}} {{haveText(mediumCount) | translate}} {{'VULNERABILITY.SEVERITY.MEDIUM' | translate }} {{suffixForMedium | translate }}
- {{lowCount}} {{packageText(lowCount) | translate}} - {{haveText(lowCount) | translate}} {{'VULNERABILITY.SEVERITY.LOW' | translate }} - {{suffixForLow | translate }} + {{lowCount}} {{packageText(lowCount) | translate}} {{haveText(lowCount) | translate}} {{'VULNERABILITY.SEVERITY.LOW' | translate }} {{suffixForLow | translate }}
- {{unknownCount}} {{packageText(unknownCount) | - translate}} {{haveText(unknownCount) | translate}} {{'VULNERABILITY.SEVERITY.UNKNOWN' | - translate }} {{suffixForUnknown | translate }} + {{unknownCount}} {{packageText(unknownCount) | translate}} {{haveText(unknownCount) | translate}} {{'VULNERABILITY.SEVERITY.UNKNOWN' | translate }} {{suffixForUnknown | translate }}
@@ -91,19 +83,16 @@ - - + + - + - {{ 'REPOSITORY.BUILD_HISTORY' | - translate }} + {{ 'REPOSITORY.BUILD_HISTORY' | translate }} diff --git a/src/portal/lib/src/tag/tag.component.html b/src/portal/lib/src/tag/tag.component.html index dd0f462a9..89c941ccf 100644 --- a/src/portal/lib/src/tag/tag.component.html +++ b/src/portal/lib/src/tag/tag.component.html @@ -1,15 +1,15 @@ - + - -
-
-
-
-
- -
-
- -
- × - -
-
{{'LABEL.NO_LABELS' | translate }}
-
- -
-
-
-
- - - -
-
-
- - - - - - - -
- -
-
{{'LABEL.NO_LABELS' | translate }}
-
- -
-
-
-
- - -
- {{'REPOSITORY.TAG' | translate}} - {{'REPOSITORY.SIZE' | translate}} - {{'REPOSITORY.PULL_COMMAND' | translate}} - {{'REPOSITORY.VULNERABILITY' | translate}} - {{'REPOSITORY.SIGNED' | translate}} - {{'REPOSITORY.AUTHOR' | translate}} - {{'REPOSITORY.CREATED' | translate}} - {{'REPOSITORY.DOCKER_VERSION' | translate}} - {{'REPOSITORY.LABELS' | translate}} - {{'TAG.PLACEHOLDER' | translate }} - - - {{t.name}} - {{t.name}} - - {{sizeTransform(t.size)}} - - - - - - - - - - - - {{'REPOSITORY.NOTARY_IS_UNDETERMINED' | translate}} - - - {{t.author}} - {{t.created | date: 'short'}} - {{t.docker_version}} - - -
-
- - - -
- +
+ +
+ × + +
+
{{'LABEL.NO_LABELS' | translate }}
+
+ +
+
- - - - {{pagination.firstItem + 1}} - {{pagination.lastItem + 1}} {{'REPOSITORY.OF' | translate}} - {{pagination.totalItems}} {{'REPOSITORY.ITEMS' | translate}}     - - - -
-
+ + + +
+
+
+ + + + + + + +
+ +
+
{{'LABEL.NO_LABELS' | translate }}
+
+ +
+
+
+
+ + +
+ {{'REPOSITORY.TAG' | translate}} + {{'REPOSITORY.SIZE' | translate}} + {{'REPOSITORY.PULL_COMMAND' | translate}} + {{'REPOSITORY.VULNERABILITY' | translate}} + {{'REPOSITORY.SIGNED' | translate}} + {{'REPOSITORY.AUTHOR' | translate}} + {{'REPOSITORY.CREATED' | translate}} + {{'REPOSITORY.DOCKER_VERSION' | translate}} + {{'REPOSITORY.LABELS' | translate}} + {{'TAG.PLACEHOLDER' | translate }} + + + {{t.name}} + + {{sizeTransform(t.size)}} + + + + + + + + + + + + {{'REPOSITORY.NOTARY_IS_UNDETERMINED' | translate}} + + + {{t.author}} + {{t.created | date: 'short'}} + {{t.docker_version}} + + +
+
+ + + +
+ +
+
+
+
+
+
+
+ + {{pagination.firstItem + 1}} - {{pagination.lastItem + 1}} {{'REPOSITORY.OF' | translate}} {{pagination.totalItems}} {{'REPOSITORY.ITEMS' | translate}}     + + +
+
+ \ No newline at end of file