mirror of https://github.com/rancher/ui.git
Update embedded ES
This commit is contained in:
parent
fd14279ae8
commit
451b758e2a
|
|
@ -6,7 +6,7 @@ export default Component.extend(es, {
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
this._super(...arguments);
|
this._super(...arguments);
|
||||||
const requestsCpu = get(this, 'config.requestsCpu') || 1000;
|
const requestsCpu = get(this, 'config.requestsCpu');
|
||||||
const limitsCpu = get(this, 'config.limitsCpu');
|
const limitsCpu = get(this, 'config.limitsCpu');
|
||||||
set(this, 'requestsCpu', requestsCpu / 1000);
|
set(this, 'requestsCpu', requestsCpu / 1000);
|
||||||
set(this, 'limitsCpu', limitsCpu / 1000);
|
set(this, 'limitsCpu', limitsCpu / 1000);
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
<div class="col span-6">
|
<div class="col span-6">
|
||||||
<label class="acc-label">{{t 'loggingPage.embedded.memLimits.label'}}{{field-required}}</label>
|
<label class="acc-label">{{t 'loggingPage.embedded.memLimits.label'}}{{field-required}}</label>
|
||||||
{{input-number
|
{{input-number
|
||||||
min=1000
|
min=500
|
||||||
type="number"
|
type="number"
|
||||||
value=config.limitsMemory
|
value=config.limitsMemory
|
||||||
className="form-control"
|
className="form-control"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue