Skip to content

Commit

Permalink
Rebuild-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jdknives committed Jul 8, 2022
1 parent 00af4cd commit 38e9cbd
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 7 deletions.
1 change: 1 addition & 0 deletions cmd/skywire-visor/static/268.a17065c92eb396da.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cmd/skywire-visor/static/268.bf4040807ac97abb.js

This file was deleted.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/502.8f399c4d17e1a00c.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cmd/skywire-visor/static/502.eaec90af32ce57e2.js

This file was deleted.

1 change: 0 additions & 1 deletion cmd/skywire-visor/static/974.15566338aea5b169.js

This file was deleted.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/974.79c671e4ba6f6aa4.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions cmd/skywire-visor/static/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@
"confirmation": "Are you sure you want to reboot the visor?",
"done": "The visor is restarting."
},
"update": {
"confirmation": "A terminal will be opened in a new tab and the update procedure will be started automatically. Do you want to continue?"
},
"terminal-options": {
"full": "Full terminal",
"simple": "Simple terminal"
Expand Down Expand Up @@ -319,6 +322,13 @@
"install": "Install updates"
},

"update-all": {
"title": "Update",
"updatable-list-text": "Please press the buttons of the visors you want to update. A terminal will be opened in a new tab for each visor and the update procedure will be started automatically.",
"non-updatable-list-text": "The following visors can not be updated via the terminal:",
"update-button": "Update"
},

"apps": {
"log": {
"title": "Log",
Expand Down
10 changes: 10 additions & 0 deletions cmd/skywire-visor/static/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@
"confirmation": "¿Seguro que desea reiniciar el visor?",
"done": "El visor se está reiniciando."
},
"update": {
"confirmation": "Una terminal será abierta en una nueva pestaña y el proceso de actualización iniciará automáticamente. ¿Desea continuar?"
},
"terminal-options": {
"full": "Terminal completa",
"simple": "Terminal simple"
Expand Down Expand Up @@ -323,6 +326,13 @@
"install": "Instalar actualizaciones"
},

"update-all": {
"title": "Actualizar",
"updatable-list-text": "Por favor, presione los botones de los visores que desea actualizar. Una terminal será abierta en una nueva pestaña por cada visor y el proceso de actualización iniciará automáticamente.",
"non-updatable-list-text": "Los siguientes visores no pueden ser actualizados vía la terminal:",
"update-button": "Actualizar"
},

"apps": {
"log": {
"title": "Log",
Expand Down
10 changes: 10 additions & 0 deletions cmd/skywire-visor/static/assets/i18n/es_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@
"confirmation": "Are you sure you want to reboot the visor?",
"done": "The visor is restarting."
},
"update": {
"confirmation": "A terminal will be opened in a new tab and the update procedure will be started automatically. Do you want to continue?"
},
"terminal-options": {
"full": "Full terminal",
"simple": "Simple terminal"
Expand Down Expand Up @@ -323,6 +326,13 @@
"install": "Install updates"
},

"update-all": {
"title": "Update",
"updatable-list-text": "Please press the buttons of the visors you want to update. A terminal will be opened in a new tab for each visor and the update procedure will be started automatically.",
"non-updatable-list-text": "The following visors can not be updated via the terminal:",
"update-button": "Update"
},

"apps": {
"log": {
"title": "Log",
Expand Down
2 changes: 1 addition & 1 deletion cmd/skywire-visor/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<body>
<div class="app-background"></div>
<app-root></app-root>
<script src="runtime.9bf7178cb9fbf835.js" type="module"></script><script src="polyfills.3470f480c4d335d9.js" type="module"></script><script src="scripts.db15b74cd449c824.js" defer></script><script src="main.52840b491595f13d.js" type="module"></script>
<script src="runtime.003d9240ba44c77e.js" type="module"></script><script src="polyfills.3470f480c4d335d9.js" type="module"></script><script src="scripts.db15b74cd449c824.js" defer></script><script src="main.bde75594f0aa0f88.js" type="module"></script>

</body></html>
1 change: 0 additions & 1 deletion cmd/skywire-visor/static/main.52840b491595f13d.js

This file was deleted.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/main.bde75594f0aa0f88.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/skywire-manager-src/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<body>
<div class="app-background"></div>
<app-root></app-root>
<script src="runtime.9bf7178cb9fbf835.js" type="module"></script><script src="polyfills.3470f480c4d335d9.js" type="module"></script><script src="scripts.db15b74cd449c824.js" defer></script><script src="main.52840b491595f13d.js" type="module"></script>
<script src="runtime.003d9240ba44c77e.js" type="module"></script><script src="polyfills.3470f480c4d335d9.js" type="module"></script><script src="scripts.db15b74cd449c824.js" defer></script><script src="main.bde75594f0aa0f88.js" type="module"></script>

</body></html>

0 comments on commit 38e9cbd

Please sign in to comment.