diff --git a/frontend/packages/dashboard/src/core.js b/frontend/packages/dashboard/src/core.js index f0bc9e8f..457f2236 100644 --- a/frontend/packages/dashboard/src/core.js +++ b/frontend/packages/dashboard/src/core.js @@ -50,7 +50,7 @@ function renderTombstones(s) { // Wording is deliberately about what the list *is* rather than what it // isn't: nothing records a destroy, so "container absent" is the only thing // the backend can actually tell. - const warn = el('hive-warn', {}); + const warn = el('hive-warn', { level: 'warning' }); warn.append( el('strong', {}, 'shows every agent whose container is absent'), ' — not only destroyed ones. An agent part-way through being spawned ' + diff --git a/frontend/packages/dashboard/src/credentials.html b/frontend/packages/dashboard/src/credentials.html index 98042d12..d4d14f26 100644 --- a/frontend/packages/dashboard/src/credentials.html +++ b/frontend/packages/dashboard/src/credentials.html @@ -90,7 +90,7 @@ Security-warning banner + a link to generate a PAT. -->