Revert "Licence Update fro trip animation"
This reverts commit 5f8547d
This commit is contained in:
parent
5f8547d635
commit
d7b6453bf0
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2016-2018 The Thingsboard Authors
|
* Copyright © 2016-2019 The Thingsboard Authors
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -13,6 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import './trip-animation-widget.scss';
|
import './trip-animation-widget.scss';
|
||||||
import template from "./trip-animation-widget.tpl.html";
|
import template from "./trip-animation-widget.tpl.html";
|
||||||
import TbOpenStreetMap from '../openstreet-map';
|
import TbOpenStreetMap from '../openstreet-map';
|
||||||
|
|||||||
@ -1,18 +1,3 @@
|
|||||||
/**
|
|
||||||
* Copyright © 2016-2018 The Thingsboard Authors
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* Copyright © 2016-2019 The Thingsboard Authors
|
* Copyright © 2016-2019 The Thingsboard Authors
|
||||||
*
|
*
|
||||||
|
|||||||
@ -1,20 +1,16 @@
|
|||||||
<!--
|
<!--
|
||||||
|
Copyright © 2016-2019 The Thingsboard Authors
|
||||||
Copyright © 2016-2018 The Thingsboard Authors
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may 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, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<div class="heat-map-widget tracking-widget" layout="column" layout-align="center start">
|
<div class="heat-map-widget tracking-widget" layout="column" layout-align="center start">
|
||||||
<div ng-show="vm.ctx.settings.showLabel">
|
<div ng-show="vm.ctx.settings.showLabel">
|
||||||
{{vm.trips[vm.activeTripIndex].settings.labelText}}
|
{{vm.trips[vm.activeTripIndex].settings.labelText}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user