@kumori/aurora-wui-components 0.0.237 → 0.0.238
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7097,7 +7097,7 @@ var AxebowResourceLimitsPanel = class AxebowResourceLimitsPanel extends LitEleme
|
|
|
7097
7097
|
return html`
|
|
7098
7098
|
<div class="flex items-start 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-
|
|
7100
|
+
<div class="flex items-start gap-4 w-100.5 border border-(--axebow-gray) box-border">
|
|
7101
7101
|
${this.storageFields.map((field) => this._renderField(field))}
|
|
7102
7102
|
</div>
|
|
7103
7103
|
</div>
|