mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-27 04:35:16 +01:00
delete one line
This commit is contained in:
parent
003ae3a14f
commit
982263bd66
@ -16,11 +16,10 @@
|
|||||||
"minify": "uglifyjs dist/bundles/harborui.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/harborui.umd.min.js",
|
"minify": "uglifyjs dist/bundles/harborui.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/harborui.umd.min.js",
|
||||||
"build": "npm run cleanup && npm run transpile && npm run package && npm run minify && npm run copy"
|
"build": "npm run cleanup && npm run transpile && npm run package && npm run minify && npm run copy"
|
||||||
},
|
},
|
||||||
"private": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "~4.1.3",
|
"@angular/animations": "~4.1.3",
|
||||||
"@angular/common": "~4.1.3",
|
"@angular/common": "~4.1.3",
|
||||||
"@angular/compiler": "^4.1.3",
|
"@angular/compiler": "~4.1.3",
|
||||||
"@angular/core": "~4.1.3",
|
"@angular/core": "~4.1.3",
|
||||||
"@angular/forms": "~4.1.3",
|
"@angular/forms": "~4.1.3",
|
||||||
"@angular/http": "~4.1.3",
|
"@angular/http": "~4.1.3",
|
||||||
@ -29,7 +28,7 @@
|
|||||||
"@angular/router": "~4.1.3",
|
"@angular/router": "~4.1.3",
|
||||||
"@ngx-translate/core": "^6.0.0",
|
"@ngx-translate/core": "^6.0.0",
|
||||||
"@ngx-translate/http-loader": "0.0.3",
|
"@ngx-translate/http-loader": "0.0.3",
|
||||||
"@webcomponents/custom-elements": "^1.0.0-alpha.3",
|
"@webcomponents/custom-elements": "1.0.0-alpha.3",
|
||||||
"clarity-angular": "^0.9.8",
|
"clarity-angular": "^0.9.8",
|
||||||
"clarity-icons": "^0.9.8",
|
"clarity-icons": "^0.9.8",
|
||||||
"clarity-ui": "^0.9.8",
|
"clarity-ui": "^0.9.8",
|
||||||
|
@ -3,7 +3,6 @@ export const REPOSITORY_STACKVIEW_STYLES: string = `
|
|||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
}
|
}
|
||||||
.sub-grid-custom {
|
.sub-grid-custom {
|
||||||
/*position: relative;*/ /*for issue #2688*/
|
|
||||||
left: 40px;
|
left: 40px;
|
||||||
}
|
}
|
||||||
.refresh-btn {
|
.refresh-btn {
|
||||||
|
Loading…
Reference in New Issue
Block a user