feat(instances): link user-scripts to metadata
This commit is contained in:
parent
4cf50a45c5
commit
9eabff8a60
@ -356,6 +356,14 @@ Array [
|
|||||||
className="c3"
|
className="c3"
|
||||||
>
|
>
|
||||||
User script can be used to inject a custom boot script.
|
User script can be used to inject a custom boot script.
|
||||||
|
|
||||||
|
<a
|
||||||
|
href="https://docs.joyent.com/private-cloud/instances/using-mdata#UsingtheMetadataAPI-ListofMetadataKeys"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Read the docs
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -826,6 +834,14 @@ Array [
|
|||||||
className="c3"
|
className="c3"
|
||||||
>
|
>
|
||||||
User script can be used to inject a custom boot script.
|
User script can be used to inject a custom boot script.
|
||||||
|
|
||||||
|
<a
|
||||||
|
href="https://docs.joyent.com/private-cloud/instances/using-mdata#UsingtheMetadataAPI-ListofMetadataKeys"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Read the docs
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1296,6 +1312,14 @@ Array [
|
|||||||
className="c3"
|
className="c3"
|
||||||
>
|
>
|
||||||
User script can be used to inject a custom boot script.
|
User script can be used to inject a custom boot script.
|
||||||
|
|
||||||
|
<a
|
||||||
|
href="https://docs.joyent.com/private-cloud/instances/using-mdata#UsingtheMetadataAPI-ListofMetadataKeys"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Read the docs
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1679,6 +1703,14 @@ Array [
|
|||||||
className="c3"
|
className="c3"
|
||||||
>
|
>
|
||||||
User script can be used to inject a custom boot script.
|
User script can be used to inject a custom boot script.
|
||||||
|
|
||||||
|
<a
|
||||||
|
href="https://docs.joyent.com/private-cloud/instances/using-mdata#UsingtheMetadataAPI-ListofMetadataKeys"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Read the docs
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -2062,6 +2094,14 @@ Array [
|
|||||||
className="c3"
|
className="c3"
|
||||||
>
|
>
|
||||||
User script can be used to inject a custom boot script.
|
User script can be used to inject a custom boot script.
|
||||||
|
|
||||||
|
<a
|
||||||
|
href="https://docs.joyent.com/private-cloud/instances/using-mdata#UsingtheMetadataAPI-ListofMetadataKeys"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Read the docs
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -44,7 +44,14 @@ export const UserScript = ({
|
|||||||
{expanded ? (
|
{expanded ? (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<Description>
|
<Description>
|
||||||
User script can be used to inject a custom boot script.
|
User script can be used to inject a custom boot script.{' '}
|
||||||
|
<a
|
||||||
|
href="https://docs.joyent.com/private-cloud/instances/using-mdata#UsingtheMetadataAPI-ListofMetadataKeys"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
Read the docs
|
||||||
|
</a>
|
||||||
</Description>
|
</Description>
|
||||||
{formOpen ? (
|
{formOpen ? (
|
||||||
<ReduxForm
|
<ReduxForm
|
||||||
|
@ -21,7 +21,14 @@ export const UserScript = ({ metadata, loading = false, error = null }) => (
|
|||||||
<ViewContainer main>
|
<ViewContainer main>
|
||||||
<Margin bottom={1}>
|
<Margin bottom={1}>
|
||||||
<Description>
|
<Description>
|
||||||
User script can be used to inject a custom boot script.
|
User script can be used to inject a custom boot script.{' '}
|
||||||
|
<a
|
||||||
|
href="https://docs.joyent.com/private-cloud/instances/using-mdata#UsingtheMetadataAPI-ListofMetadataKeys"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
Read the docs
|
||||||
|
</a>
|
||||||
</Description>
|
</Description>
|
||||||
</Margin>
|
</Margin>
|
||||||
{loading ? <StatusLoader /> : null}
|
{loading ? <StatusLoader /> : null}
|
||||||
|
Loading…
Reference in New Issue
Block a user