Your IP : 216.73.216.52


Current Path : /snap/lxd/38768/share/lxd-ui/assets/
Upload File :
Current File : //snap/lxd/38768/share/lxd-ui/assets/PlacementGroupForm-BwX2oRGT.js

import{j as t,d as s}from"./index-BsQN_SZU.js";const l="compact",n="spread",i="strict",c="permissive",u=({formik:e,isEdit:r=!1})=>{const a=o=>e.touched[o]?e.errors[o]:void 0;return t.jsxs(s.Form,{onSubmit:e.handleSubmit,children:[t.jsx(s.Input,{type:"submit",hidden:!0,value:"Hidden input"}),t.jsx(s.Input,{...e.getFieldProps("name"),type:"text",label:"Name",required:!0,autoFocus:!r,error:a("name"),placeholder:"Enter name",disabled:r,title:r?"Placement groups can't be renamed":void 0}),t.jsx(s.Input,{...e.getFieldProps("description"),type:"text",autoFocus:r,label:"Description",placeholder:"Enter description",error:a("description")}),t.jsx(s.Select,{...e.getFieldProps("policy"),label:"Policy",options:[{value:l,label:"Compact"},{value:n,label:"Spread"}],help:"Compact packs instances on as few members as possible. Spread distributes instances across members."}),t.jsx(s.Select,{...e.getFieldProps("rigor"),label:"Rigor",options:[{value:i,label:"Strict"},{value:c,label:"Permissive"}],help:"Strict fails instance creation if no matching member is available. Permissive allows creation to other members."})]})};export{l as P,i as a,u as b};