@kumori/aurora-wui-components 0.0.240 → 0.0.242
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7095,9 +7095,9 @@ var AxebowResourceLimitsPanel = class AxebowResourceLimitsPanel extends LitEleme
|
|
|
7095
7095
|
render() {
|
|
7096
7096
|
if (!this.cpu || !this.memory) return html``;
|
|
7097
7097
|
return html`
|
|
7098
|
-
<div class="flex items-
|
|
7098
|
+
<div class="flex items-center flex-wrap gap-19">
|
|
7099
7099
|
<div class="flex items-start gap-6">${this._renderField(this.cpu)} ${this._renderField(this.memory)}</div>
|
|
7100
|
-
<div class="flex items-start gap-4 w-100.5 p-4 border border-(--axebow-
|
|
7100
|
+
<div class="flex items-start gap-4 w-100.5 p-4 border border-(--axebow-table-header-border) rounded-md box-border">
|
|
7101
7101
|
${this.storageFields.map((field) => this._renderField(field))}
|
|
7102
7102
|
</div>
|
|
7103
7103
|
</div>
|