diff --git a/src/ui_ng/lib/src/config/vulnerability/vulnerability-config.component.template.ts b/src/ui_ng/lib/src/config/vulnerability/vulnerability-config.component.template.ts index 3f0277626..704061a8f 100644 --- a/src/ui_ng/lib/src/config/vulnerability/vulnerability-config.component.template.ts +++ b/src/ui_ng/lib/src/config/vulnerability/vulnerability-config.component.template.ts @@ -36,10 +36,10 @@ export const VULNERABILITY_CONFIG_HTML: string = ` {{'CONFIG.TOOLTIP.SCANNING_POLICY' | translate}} - -
- - {{ 'CONFIG.SCANNING.NEXT_SCAN' | translate }} {{ nextScanTimestamp | date:'y/MM/dd HH:mm' }} +
+
+ {{ 'CONFIG.SCANNING.NEXT_SCAN' | translate }} {{ nextScanTimestamp | date:'y/MM/dd HH:mm' }} +
@@ -66,4 +66,15 @@ export const VULNERABILITY_CONFIG_STYLES: string = ` .clr-dropdown-override { margin-top: -8px; } +.btn-scan-right{ + margin-left: 10px; +} +.btn-scan-right button{ + width: 160px; + margin-bottom: 0px; + margin-top: 5px; +} +.btn-scan-right span{ + margin-top: 4px; +} `; \ No newline at end of file