1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

chore(deps): upgrade build-tools [EE-5117] (#8577)

This commit is contained in:
Chaim Lev-Ari 2023-05-16 12:22:50 +07:00 committed by GitHub
parent 5f3c0ff835
commit 077046030d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 2106 additions and 1598 deletions

View file

@ -31,7 +31,7 @@ export function EnvironmentInfo() {
{environmentData.Name}
</td>
</tr>
<tr ng-if="ctrl.showEnvUrl">
<tr>
<td className="!border-t !pl-0">URL</td>
<td className="!border-t" data-cy="dashboard-environmenturl">
{stripProtocol(environmentData.URL) || '-'}

View file

@ -132,7 +132,7 @@ export function ConsoleView() {
value={command}
onChange={(e) => setCommand(e.target.value)}
id="consoleCommand"
auto-focus="true"
autoFocus
/>
</div>
</div>