Skip to content
Snippets Groups Projects
Commit 7a992fd5 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4014 OZG-4016 Make long keys better readable

parent 0a757bab
Branches
Tags
No related merge requests found
...@@ -14,5 +14,8 @@ Im Anschluß wird das Alfa Frontend über `npm start` gestartet. ...@@ -14,5 +14,8 @@ Im Anschluß wird das Alfa Frontend über `npm start` gestartet.
Hinweise: Hinweise:
* Bei nicht nachvollziehbaren Problemen während der Installation kann es helfen, den `node_modules` Ordner zu löschen und anschließend erneut zu installieren. * Bei Fehler _npm ERR! Unable to authenticate, need: BASIC realm="Sonatype Nexus Repository Manager"_:
* Prüfen, ob eine Datei _.npmrc_ in _goofy/goofy-client_ liegt, die den selben Inhalt hat wie die _.npmrc_, die in _apps/goofy-e2e/Jenkinsfile_ angelegt wird.
* Alternative: Die Installation mit dem offiziellen NPM-Repository ausführen: `npm install --registry=https://registry.npmjs.org/`
* Bei nicht nachvollziehbaren Problemen während der Installation kann es helfen, den `node_modules` Ordner und die _package-lock.json_ zu löschen und anschließend erneut zu installieren.
* Prüfen, dass `npm install` die _package-lock.json_ nicht anpasst, wenn das nicht wirklich gewollt ist. Das kann geschehen, wenn ein älteres/neueres NPM verwendet wurde oder ein NPM-Proxy in der _~/.npmrc_ eingetragen ist. * Prüfen, dass `npm install` die _package-lock.json_ nicht anpasst, wenn das nicht wirklich gewollt ist. Das kann geschehen, wenn ein älteres/neueres NPM verwendet wurde oder ein NPM-Proxy in der _~/.npmrc_ eingetragen ist.
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
table { table {
border-spacing: 0; border-spacing: 0;
margin: -4px 0 8px 0; margin: -4px 0 8px 0;
width: 100%;
} }
td { td {
...@@ -35,7 +34,7 @@ td { ...@@ -35,7 +34,7 @@ td {
} }
.key { .key {
width: 10px; padding-right: 30px
} }
.value { .value {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment