mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Enable appstore and app publisher
This commit is contained in:
parent
4b396cf321
commit
43b0d1f1ce
@ -18,13 +18,14 @@
|
|||||||
<ul class="nav navbar-right float-remove-xs text-center-xs">
|
<ul class="nav navbar-right float-remove-xs text-center-xs">
|
||||||
|
|
||||||
<li class="visible-inline-block">
|
<li class="visible-inline-block">
|
||||||
<a href="#" target="_self" title="{{@user.domain}}">
|
<a href="#" target="_self" title="kachiex">
|
||||||
<span class="icon fw-stack fw-lg">
|
<span class="icon fw-stack fw-lg">
|
||||||
<i class="fw fw-organization fw-stack-1x" title="{{@user.domain}}"></i>
|
<i class="fw fw-organization fw-stack-1x" title=" {{@user.domain}}"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="hidden-xs">
|
<span class="hidden-xs">
|
||||||
{{@user.domain}}
|
{{@user.domain}}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@ -72,7 +73,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<!--need to remove or edit as needed sachithp-->
|
|
||||||
<li class="visible-inline-block">
|
<li class="visible-inline-block">
|
||||||
|
|
||||||
<a href="#" target="null" class="dropdown" data-toggle="dropdown" title="Configure">
|
<a href="#" target="null" class="dropdown" data-toggle="dropdown" title="Configure">
|
||||||
@ -84,20 +84,16 @@
|
|||||||
</span>
|
</span>
|
||||||
<span class="caret"></span>
|
<span class="caret"></span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<ul class="dropdown-menu dropdown-menu-right float-remove-xs position-static-xs text-center-xs remove-margin-xs slideInDown"
|
<ul class="dropdown-menu dropdown-menu-right float-remove-xs position-static-xs text-center-xs remove-margin-xs slideInDown"
|
||||||
role="menu">
|
role="menu">
|
||||||
<li>
|
|
||||||
<a title="Admin Dashboard" href="https://device.clouddev.wso2.com/carbon" target="_self">
|
|
||||||
<i class="fw fw-user" title="Admin Dashboard"></i> Admin Dashboard
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<!--end of the configure menu sachithp-->
|
|
||||||
|
|
||||||
<li class="visible-inline-block">
|
<li class="visible-inline-block">
|
||||||
<a href="https://cloudmgt.clouddev.wso2.com/cloudmgt/site/pages/contact-us.jag" target="_self"
|
<a href="https://cloudmgt.clouddev.wso2.com/cloudmgt/site/pages/contact-us.jag" target="_self" title="Support">
|
||||||
title="Support">
|
|
||||||
|
|
||||||
|
|
||||||
<span class="icon fw-stack fw-lg" style="color: #ff8c27;">
|
<span class="icon fw-stack fw-lg" style="color: #ff8c27;">
|
||||||
@ -138,22 +134,39 @@
|
|||||||
<i class="fw fw-application" title="App Cloud"></i> App Cloud
|
<i class="fw fw-application" title="App Cloud"></i> App Cloud
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a title="Devuce Cloud" href="https://docs.wso2.com/display/DeviceCloud/WSO2+Device+Cloud+Documentation"
|
<a title="App Cloud" href="https://docs.wso2.com/display/AppCloud/WSO2+Device+Cloud+Documentation"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
<i class="fw fw-application" title="App Cloud"></i> App Cloud
|
<i class="fw fw-application" title="App Cloud"></i> Device Cloud
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a title="API Cloud Walkthrough"
|
<a title="API Cloud Walkthrough" href="https://api.clouddev.wso2.com/publisher?interactiveTutorial=true"
|
||||||
href="https://api.clouddev.wso2.com/publisher?interactiveTutorial=true" target="_self">
|
target="_self">
|
||||||
<i class="fw fw-document" title="API Cloud Walkthrough"></i> API Cloud Walkthrough
|
<i class="fw fw-document" title="API Cloud Walkthrough"></i> API Cloud Walkthrough
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li class="visible-inline-block">
|
||||||
|
<a title="Mobile App Publisher" href="https://devicemgt.clouddev.wso2.com/publisher" target="_self">
|
||||||
|
<i class="fw fw-user" title="Mobilr App Publisher"></i> App Publisher
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="visible-inline-block">
|
||||||
|
<a title="App Store " href="https://devicemgt.clouddev.wso2.com/store"
|
||||||
|
target="_self">
|
||||||
|
<i class="fw fw-store" title="App Store"></i> App Store
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
<li class="visible-inline-block">
|
<li class="visible-inline-block">
|
||||||
<a href="#" class="dropdown" data-toggle="dropdown" title="user">
|
<a href="#" class="dropdown" data-toggle="dropdown" title="user">
|
||||||
<span class="icon fw-stack fw-lg">
|
<span class="icon fw-stack fw-lg">
|
||||||
@ -162,12 +175,10 @@
|
|||||||
</span>
|
</span>
|
||||||
<span class="hidden-xs">
|
<span class="hidden-xs">
|
||||||
{{#if isSuperTenant }}
|
{{#if isSuperTenant }}
|
||||||
{{@user.username}}
|
{{@user.username}}</span><span class="caret"></span>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{@user.username}}@{{@user.domain}}
|
{{@user.username}}@{{@user.domain}}</span><span class="caret"></span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</span>
|
|
||||||
<span class="caret"></span>
|
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu dropdown-menu-right float-remove-xs position-static-xs text-center-xs remove-margin-xs slideInDown"
|
<ul class="dropdown-menu dropdown-menu-right float-remove-xs position-static-xs text-center-xs remove-margin-xs slideInDown"
|
||||||
role="menu">
|
role="menu">
|
||||||
@ -187,8 +198,7 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a title="Logout" href="https://api.clouddev.wso2.com/publisher/site/pages/logout.jag"
|
<a title="Logout" href="https://api.clouddev.wso2.com/publisher/site/pages/logout.jag" target="_self">
|
||||||
target="_self">
|
|
||||||
<i class="fw fw-sign-out" title="Logout"></i> Logout
|
<i class="fw fw-sign-out" title="Logout"></i> Logout
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user