mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Updating policy management
This commit is contained in:
parent
c2445f9b4e
commit
87cdfa209e
@ -2,20 +2,21 @@
|
|||||||
Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
|
||||||
WSO2 Inc. licenses this file to you under the Apache License,
|
WSO2 Inc. licenses this file to you under the Apache License,
|
||||||
Version 2.0 (the "License"); you may not use this file except
|
Version 2.0 (the "License"); you may not use this file
|
||||||
in compliance with the License.
|
except in compliance with the License. You may
|
||||||
You may obtain a copy of the License at
|
obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing,
|
Unless required by applicable law or agreed to in writing,
|
||||||
software distributed under the License is distributed on an
|
software distributed under the License is distributed on an
|
||||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||||
KIND, either express or implied. See the License for the
|
either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations
|
specific language governing permissions and limitations
|
||||||
under the License.
|
under the License.
|
||||||
}}
|
}}
|
||||||
{{unit "cdmf.unit.ui.title" pageTitle="Policy Management"}}
|
|
||||||
|
{{unit "cdmf.unit.ui.title" pageTitle="Policy Management | Add Policy"}}
|
||||||
|
|
||||||
{{#zone "breadcrumbs"}}
|
{{#zone "breadcrumbs"}}
|
||||||
<li>
|
<li>
|
||||||
@ -24,6 +25,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
<!--suppress HtmlUnknownTarget -->
|
||||||
<a href="{{@app.context}}/policies">
|
<a href="{{@app.context}}/policies">
|
||||||
Policies
|
Policies
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -2,17 +2,20 @@
|
|||||||
Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
|
||||||
WSO2 Inc. licenses this file to you under the Apache License,
|
WSO2 Inc. licenses this file to you under the Apache License,
|
||||||
Version 2.0 (the "License"); you may not use this file except
|
Version 2.0 (the "License"); you may not use this file
|
||||||
in compliance with the License.
|
except in compliance with the License. You may
|
||||||
You may obtain a copy of the License at
|
obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing,
|
Unless required by applicable law or agreed to in writing,
|
||||||
software distributed under the License is distributed on an
|
software distributed under the License is distributed on an
|
||||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||||
KIND, either express or implied. See the License for the
|
either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations
|
specific language governing permissions and limitations
|
||||||
under the License.
|
under the License.
|
||||||
}}
|
}}
|
||||||
{{#zone "title"}}{{@unit.params.pageTitle}} | {{@app.conf.appName}}{{/zone}}
|
|
||||||
|
{{#zone "title"}}
|
||||||
|
{{@unit.params.pageTitle}} | {{@app.conf.appName}}
|
||||||
|
{{/zone}}
|
||||||
@ -2,21 +2,24 @@
|
|||||||
Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
|
||||||
WSO2 Inc. licenses this file to you under the Apache License,
|
WSO2 Inc. licenses this file to you under the Apache License,
|
||||||
Version 2.0 (the "License"); you may not use this file except
|
Version 2.0 (the "License"); you may not use this file
|
||||||
in compliance with the License.
|
except in compliance with the License. You may
|
||||||
You may obtain a copy of the License at
|
obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing,
|
Unless required by applicable law or agreed to in writing,
|
||||||
software distributed under the License is distributed on an
|
software distributed under the License is distributed on an
|
||||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||||
KIND, either express or implied. See the License for the
|
either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations
|
specific language governing permissions and limitations
|
||||||
under the License.
|
under the License.
|
||||||
}}
|
}}
|
||||||
|
|
||||||
{{#zone "navbarHeader"}}
|
{{#zone "navbarHeader"}}
|
||||||
<ol id="_uuf-breadcrumbs" class="breadcrumb navbar-brand {{defineZone "breadcrumbs-class" scope="protected"}}" style="{{defineZone "breadcrumbs-style" scope="protected"}}">
|
<ol id="_uuf-breadcrumbs" class="breadcrumb navbar-brand
|
||||||
|
{{defineZone "breadcrumbs-class" scope="protected"}}"
|
||||||
|
style="{{defineZone "breadcrumbs-style" scope="protected"}}">
|
||||||
{{defineZone "breadcrumbs"}}
|
{{defineZone "breadcrumbs"}}
|
||||||
</ol>
|
</ol>
|
||||||
{{/zone}}
|
{{/zone}}
|
||||||
@ -2,19 +2,20 @@
|
|||||||
Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
|
||||||
WSO2 Inc. licenses this file to you under the Apache License,
|
WSO2 Inc. licenses this file to you under the Apache License,
|
||||||
Version 2.0 (the "License"); you may not use this file except
|
Version 2.0 (the "License"); you may not use this file
|
||||||
in compliance with the License.
|
except in compliance with the License. You may
|
||||||
You may obtain a copy of the License at
|
obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing,
|
Unless required by applicable law or agreed to in writing,
|
||||||
software distributed under the License is distributed on an
|
software distributed under the License is distributed on an
|
||||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||||
KIND, either express or implied. See the License for the
|
either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations
|
specific language governing permissions and limitations
|
||||||
under the License.
|
under the License.
|
||||||
}}
|
}}
|
||||||
|
|
||||||
{{#zone "navbars"}}
|
{{#zone "navbars"}}
|
||||||
<nav id="_uuf-navbar" class="navbar navbar-default affix" data-spy="affix" data-offset-top="50"
|
<nav id="_uuf-navbar" class="navbar navbar-default affix" data-spy="affix" data-offset-top="50"
|
||||||
data-offset-bottom="40">
|
data-offset-bottom="40">
|
||||||
@ -29,7 +30,7 @@
|
|||||||
</button>
|
</button>
|
||||||
{{defineZone "navbarHeader"}}
|
{{defineZone "navbarHeader"}}
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-collapse collapse" aria-expanded="false" style="height: 0px;">
|
<div class="navbar-collapse collapse" aria-expanded="false">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
{{defineZone "navbarCollapsableLeftItems"}}
|
{{defineZone "navbarCollapsableLeftItems"}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user