Sha256: 37ce56295df47cb855c87d0ee809975ba997e9a7399c850e251063a356c66cc7
Contents?: true
Size: 1.06 KB
Versions: 64
Compression:
Stored size: 1.06 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ForceUnlockModal render 1`] = ` <ClickConfirmation body="Resources for 1 task(s) will be unlocked and will not prevent other tasks from being run. As the task(s) might be still running, it should be avoided to use this unless you are really sure the task(s) got stuck." confirmAction="Force Unlock" confirmType="danger" confirmationMessage="I understand that this may cause harm and have working database backups of all backend services." id="forceUnlockModal" onClick={[MockFunction]} title="Force Unlock" /> `; exports[`UnlockModal render 1`] = ` <ClickConfirmation body="This will unlock the resources that the task is running against. Please note that this might lead to inconsistent state and should be used with caution, after making sure that the task can't be resumed." confirmAction="Unlock" confirmType="warning" confirmationMessage="I understand that this may cause harm and have working database backups of all backend services." id="unlockModal" onClick={[MockFunction]} title="Unlock" /> `;
Version data entries
64 entries across 64 versions & 1 rubygems