17a12c6d by Adam Heath

Fixes so that it actually deploys and works.

1 parent 36ba9b1e
......@@ -4,7 +4,7 @@
<screen-facade>
<screen location="component://webroot/screen/webroot.xml">
<subscreens-item name="oci-healthchecks" menu-title="OCI - Healthchecks" menu-include="false"
location="component://moqui-k8s/screen/MoquiOciHealthchecksRoot.xml"/>
location="component://moqui-oci-healthchecks/screen/MoquiOciHealthchecksRoot.xml"/>
</screen>
</screen-facade>
</moqui-conf>
......
......@@ -2,5 +2,5 @@
<component
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd"
name="moqui-healthchecks"
name="moqui-oci-healthchecks"
version="0.0.0"/>
......