提交 668a24b0 编写于 作者: E erikwinlof

REmoved Probes about page

上级 c598e54b
<?xml version='1.0' encoding='UTF-8'?>
<page>
<id>about</id>
<title>About</title>
<template-instance>standard</template-instance>
<authentication>admin</authentication>
<components>
<component>
<region-id>main1</region-id>
<url>/component/about</url>
</component>
</components>
</page>
\ No newline at end of file
......@@ -15,9 +15,5 @@
<dest-id>database</dest-id>
<assoc-type>child</assoc-type>
</page-association>
<page-association>
<dest-id>about</dest-id>
<assoc-type>child</assoc-type>
</page-association>
</associations>
</page>
\ No newline at end of file
<webscript>
<shortname>Activiti - About Probe</shortname>
<description>Describes the Activiti Probe application</description>
<url>/component/about</url>
</webscript>
\ No newline at end of file
<div class="section">
${msg("text.about")}
</div>
<h2>${msg("header.this-version")}</h2>
<div class="section">
<ul>
<li>${msg("text.display-engine-info")}</li>
<li>${msg("text.list-database-tables")}</li>
</ul>
</div>
<h2>${msg("header.future-version")}</h2>
<div class="section">
<ul>
<li>${msg("text.manage-users-and-groups")}</li>
<li>${msg("text.display-database-table-data")}</li>
<li>${msg("text.display-deployments")}</li>
</ul>
</div>
header.this-version=The scope of this version is to
header.future-version=The scope of future versions is to
text.about=The Probe application lets system administrators monitor their Activiti instances.
text.display-engine-info=Display information about the process engine
text.list-database-tables=List the data tables and their content
text.manage-users-and-groups=Manage users and groups
text.display-deployments=Display deployments, process definitions and their content
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册