17a12c6d by Adam Heath

Fixes so that it actually deploys and works.

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