Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Add license to shell.snip.html #3641

Merged
merged 4 commits into from
Dec 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions heron/tools/ui/resources/templates/application.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
{#
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand All @@ -15,7 +15,7 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
#}

<!DOCTYPE html>
<html lang="en" class="not-showing-stats no-colors">
Expand Down
4 changes: 2 additions & 2 deletions heron/tools/ui/resources/templates/browse.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
{#
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
Expand All @@ -10,7 +10,7 @@
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.
-->
#}
<html>

<head>
Expand Down
4 changes: 2 additions & 2 deletions heron/tools/ui/resources/templates/config.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
{#
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand All @@ -15,7 +15,7 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
#}

{% extends "application.html" %}
{% block content %}
Expand Down
4 changes: 2 additions & 2 deletions heron/tools/ui/resources/templates/error.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
{#
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand All @@ -15,7 +15,7 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
#}

<!DOCTYPE html>

Expand Down
4 changes: 2 additions & 2 deletions heron/tools/ui/resources/templates/exception.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
{#
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand All @@ -15,7 +15,7 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
#}

{% extends "application.html" %}
{% block content %}
Expand Down
4 changes: 2 additions & 2 deletions heron/tools/ui/resources/templates/file.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
{#
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
Expand All @@ -10,7 +10,7 @@
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.
-->
#}

<html>

Expand Down
4 changes: 2 additions & 2 deletions heron/tools/ui/resources/templates/nav.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
{#
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand All @@ -15,7 +15,7 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
#}

<div id="mainnav">
<ul style="margin-left:5px;">
Expand Down
19 changes: 19 additions & 0 deletions heron/tools/ui/resources/templates/shell.snip.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
{#
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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.
#}

{{ info | safe }}
<pre>
<br/>
Expand Down
4 changes: 2 additions & 2 deletions heron/tools/ui/resources/templates/topologies.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
{#
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand All @@ -15,7 +15,7 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
#}

{% extends "application.html" %}

Expand Down
6 changes: 3 additions & 3 deletions heron/tools/ui/resources/templates/topology.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
{#
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand All @@ -15,7 +15,7 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
#}

{% extends "application.html" %}

Expand Down Expand Up @@ -87,7 +87,7 @@ <h4 class="space-above">

<!-- Details section. It contains a navigator and the details. -->
<div class="col-md-12">
<!-- Navegator -->
<!-- Navigator -->
<div id="display-navigator">
<div class="navbar-default">
<div class="row navbar-collapse collapse navbar-responsive-collapse">
Expand Down