Browse Source

Licence Update for trip animation"

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

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

@ -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';

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

@ -1,18 +1,19 @@
/**
* Copyright © 2016-2019 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
*
* 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.
*/
.heat-map-widget {
position: relative;
width: 100%;

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

@ -1,16 +1,20 @@
<!--
Copyright © 2016-2019 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