@cloud-cli/on 1.7.4 → 1.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/on.js +2 -2
- package/package.json +1 -1
package/dist/on.js
CHANGED
|
@@ -8369,11 +8369,11 @@ var Io, Lo, Ro, zo = class {
|
|
|
8369
8369
|
</h1>
|
|
8370
8370
|
<p class="text-xs text-gray-400 mt-1">Started ${e.startedAt} • Finished in ${e.durationMs}ms</p>
|
|
8371
8371
|
</div>
|
|
8372
|
-
<div>
|
|
8372
|
+
<div class="flex items-center gap-2">
|
|
8373
8373
|
<span class="px-4 py-1.5 rounded-full text-sm font-semibold border ${t}">
|
|
8374
8374
|
${e.status.toUpperCase()}
|
|
8375
8375
|
</span>
|
|
8376
|
-
<button class="text-
|
|
8376
|
+
<button class="text-sm text-white px-4 py-1.5 border border-gray-400 rounded-full" onclick="restartJob('${e.jobId}')">restart</button>
|
|
8377
8377
|
</div>
|
|
8378
8378
|
</div>
|
|
8379
8379
|
|