mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt-plugins
This commit is contained in:
commit
6b416a4b04
@ -99,7 +99,7 @@ var addConfiguration = function () {
|
|||||||
var artifactUpload = function () {
|
var artifactUpload = function () {
|
||||||
var contentType = "application/json";
|
var contentType = "application/json";
|
||||||
var backendEndBasePath = "/api/device-mgt/v1.0";
|
var backendEndBasePath = "/api/device-mgt/v1.0";
|
||||||
var urix = backendEndBasePath + "/admin/devicetype/deploy/android_sense";
|
var urix = backendEndBasePath + "/admin/publish-artifact/deploy/android_sense";
|
||||||
var defaultStatusClasses = "fw fw-stack-1x";
|
var defaultStatusClasses = "fw fw-stack-1x";
|
||||||
var content = $("#androidsense-statistic-response-template").find(".content");
|
var content = $("#androidsense-statistic-response-template").find(".content");
|
||||||
var title = content.find("#title");
|
var title = content.find("#title");
|
||||||
|
|||||||
@ -107,7 +107,7 @@ var addConfiguration = function () {
|
|||||||
var artifactUpload = function () {
|
var artifactUpload = function () {
|
||||||
var contentType = "application/json";
|
var contentType = "application/json";
|
||||||
var backendEndBasePath = "/api/device-mgt/v1.0";
|
var backendEndBasePath = "/api/device-mgt/v1.0";
|
||||||
var urix = backendEndBasePath + "/admin/devicetype/deploy/arduino";
|
var urix = backendEndBasePath + "/admin/publish-artifact/deploy/arduino";
|
||||||
var defaultStatusClasses = "fw fw-stack-1x";
|
var defaultStatusClasses = "fw fw-stack-1x";
|
||||||
var content = $("#arduino-statistic-response-template").find(".content");
|
var content = $("#arduino-statistic-response-template").find(".content");
|
||||||
var title = content.find("#title");
|
var title = content.find("#title");
|
||||||
|
|||||||
@ -117,7 +117,7 @@ var addConfiguration = function () {
|
|||||||
var artifactUpload = function () {
|
var artifactUpload = function () {
|
||||||
var contentType = "application/json";
|
var contentType = "application/json";
|
||||||
var backendEndBasePath = "/api/device-mgt/v1.0";
|
var backendEndBasePath = "/api/device-mgt/v1.0";
|
||||||
var urix = backendEndBasePath + "/admin/devicetype/deploy/raspberrypi";
|
var urix = backendEndBasePath + "/admin/publish-artifact/deploy/raspberrypi";
|
||||||
var defaultStatusClasses = "fw fw-stack-1x";
|
var defaultStatusClasses = "fw fw-stack-1x";
|
||||||
var content = $("#raspberrypi-statistic-response-template").find(".content");
|
var content = $("#raspberrypi-statistic-response-template").find(".content");
|
||||||
var title = content.find("#title");
|
var title = content.find("#title");
|
||||||
|
|||||||
@ -107,7 +107,7 @@ var addConfiguration = function () {
|
|||||||
var artifactUpload = function () {
|
var artifactUpload = function () {
|
||||||
var contentType = "application/json";
|
var contentType = "application/json";
|
||||||
var backendEndBasePath = "/api/device-mgt/v1.0";
|
var backendEndBasePath = "/api/device-mgt/v1.0";
|
||||||
var urix = backendEndBasePath + "/admin/devicetype/deploy/virtual_firealarm";
|
var urix = backendEndBasePath + "/admin/publish-artifact/deploy/virtual_firealarm";
|
||||||
var defaultStatusClasses = "fw fw-stack-1x";
|
var defaultStatusClasses = "fw fw-stack-1x";
|
||||||
var content = $("#virtual-firealarm-statistic-response-template").find(".content");
|
var content = $("#virtual-firealarm-statistic-response-template").find(".content");
|
||||||
var title = content.find("#title");
|
var title = content.find("#title");
|
||||||
|
|||||||
@ -159,7 +159,7 @@
|
|||||||
<adviceFile>
|
<adviceFile>
|
||||||
<properties>
|
<properties>
|
||||||
<propertyDef>org.wso2.carbon.p2.category.type:server</propertyDef>
|
<propertyDef>org.wso2.carbon.p2.category.type:server</propertyDef>
|
||||||
<propertyDef>org.eclipse.equinox.p2.type.group:false</propertyDef>
|
<propertyDef>org.eclipse.equinox.p2.type.group:true</propertyDef>
|
||||||
</properties>
|
</properties>
|
||||||
</adviceFile>
|
</adviceFile>
|
||||||
<bundles>
|
<bundles>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user