Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
moqui-oci-healthchecks
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
17a12c6d
authored
2023-03-02 18:16:41 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixes so that it actually deploys and works.
1 parent
36ba9b1e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
MoquiConf.xml
component.xml
MoquiConf.xml
View file @
17a12c6
...
...
@@ -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-
k8
s/screen/MoquiOciHealthchecksRoot.xml"
/>
location=
"component://moqui-
oci-healthcheck
s/screen/MoquiOciHealthchecksRoot.xml"
/>
</screen>
</screen-facade>
</moqui-conf>
...
...
component.xml
View file @
17a12c6
...
...
@@ -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"
/>
...
...
Please
register
or
sign in
to post a comment