From 9d336caee85d4a75b48fa0421a2a7629980bcb3a Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Thu, 1 Jun 2017 05:00:00 +0530 Subject: [PATCH] Fixes to geo-fencing ui --- .../device-view.hbs | 5 +- .../leaflet.hbs | 6 - .../leaflet.json | 3 - .../public/css/leaflet.css | 479 ------------------ .../public/js/images/layers-2x.png | Bin 2898 -> 0 bytes .../public/js/images/layers.png | Bin 1502 -> 0 bytes .../public/js/images/marker-icon-2x.png | Bin 4033 -> 0 bytes .../public/js/images/marker-icon.png | Bin 1747 -> 0 bytes .../public/js/images/marker-shadow.png | Bin 797 -> 0 bytes .../public/js/leaflet.js | 9 - .../device-view.hbs | 10 +- .../public/js/device-detail.js | 0 .../public/templates/applications-list.hbs | 0 .../public/templates/policy-compliance.hbs | 0 .../leaflet.hbs | 6 - .../leaflet.json | 3 - .../public/css/leaflet.css | 479 ------------------ .../public/js/images/layers-2x.png | Bin 2898 -> 0 bytes .../public/js/images/layers.png | Bin 1502 -> 0 bytes .../public/js/images/marker-icon-2x.png | Bin 4033 -> 0 bytes .../public/js/images/marker-icon.png | Bin 1747 -> 0 bytes .../public/js/images/marker-shadow.png | Bin 797 -> 0 bytes .../public/js/leaflet.js | 9 - 23 files changed, 6 insertions(+), 1003 deletions(-) delete mode 100644 components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.leaflet/leaflet.hbs delete mode 100644 components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.leaflet/leaflet.json delete mode 100644 components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.leaflet/public/css/leaflet.css delete mode 100644 components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.leaflet/public/js/images/layers-2x.png delete mode 100644 components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.leaflet/public/js/images/layers.png delete mode 100644 components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.leaflet/public/js/images/marker-icon-2x.png delete mode 100644 components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.leaflet/public/js/images/marker-icon.png delete mode 100644 components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.leaflet/public/js/images/marker-shadow.png delete mode 100644 components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.leaflet/public/js/leaflet.js mode change 100755 => 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/public/js/device-detail.js mode change 100755 => 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/public/templates/applications-list.hbs mode change 100755 => 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/public/templates/policy-compliance.hbs delete mode 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.leaflet/leaflet.hbs delete mode 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.leaflet/leaflet.json delete mode 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.leaflet/public/css/leaflet.css delete mode 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.leaflet/public/js/images/layers-2x.png delete mode 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.leaflet/public/js/images/layers.png delete mode 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.leaflet/public/js/images/marker-icon-2x.png delete mode 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.leaflet/public/js/images/marker-icon.png delete mode 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.leaflet/public/js/images/marker-shadow.png delete mode 100644 components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.leaflet/public/js/leaflet.js diff --git a/components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.device-view/device-view.hbs b/components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.device-view/device-view.hbs index fa5595d07e..541c9995a4 100644 --- a/components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.device-view/device-view.hbs +++ b/components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android_sense.device-view/device-view.hbs @@ -15,7 +15,6 @@ specific language governing permissions and limitations under the License. }} -{{!unit "cdmf.unit.device.type.android_sense.leaflet"}} {{#zone "topCss"}}