Browse Source

Licence Update fro trip animation

pull/1516/head
Maksym Dudnik 7 years ago
parent
commit
5f8547d635
  1. 3
      ui/src/app/widget/lib/tripAnimation/trip-animation-widget.js
  2. 15
      ui/src/app/widget/lib/tripAnimation/trip-animation-widget.scss
  3. 8
      ui/src/app/widget/lib/tripAnimation/trip-animation-widget.tpl.html

3
ui/src/app/widget/lib/tripAnimation/trip-animation-widget.js

@ -1,5 +1,5 @@
/*
* Copyright © 2016-2019 The Thingsboard Authors
* 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.
@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import './trip-animation-widget.scss';
import template from "./trip-animation-widget.tpl.html";
import TbOpenStreetMap from '../openstreet-map';

15
ui/src/app/widget/lib/tripAnimation/trip-animation-widget.scss

@ -1,3 +1,18 @@
/**
* 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
*

8
ui/src/app/widget/lib/tripAnimation/trip-animation-widget.tpl.html

@ -1,16 +1,20 @@
<!--
Copyright © 2016-2019 The Thingsboard Authors
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.
-->
-->
<div class="heat-map-widget tracking-widget" layout="column" layout-align="center start">
<div ng-show="vm.ctx.settings.showLabel">
{{vm.trips[vm.activeTripIndex].settings.labelText}}

Loading…
Cancel
Save