Sha256: 11e973a3f32058c93c403c0e8fdc46c3af3a67cc7ef10c07adb9f0fc67c4cd64
Contents?: true
Size: 657 Bytes
Versions: 12
Compression:
Stored size: 657 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ExistingHostSelection should render existing host selection 1`] = ` <div> <div className="row" > <ServiceSelector additionalData={ Object { "services": Array [], "url": "/api/v2/hostgroups/__hostgroup_id__/hosts", } } hidden={false} label="Service" onChange={[Function]} options={Object {}} selectValue="0" /> </div> <div className="row" > <label className="col-md-2 control-label" > Hosts </label> <span> Please select service first. </span> </div> </div> `;
Version data entries
12 entries across 12 versions & 1 rubygems