Skip to content

Commit

Permalink
Added copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
thfries committed Jun 22, 2022
1 parent e6dc1a9 commit f98bb66
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 6 deletions.
15 changes: 14 additions & 1 deletion ui/index.css
@@ -1,3 +1,17 @@
/*
*
* Copyright (c) 2022 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*/

.table {
--bs-table-active-bg: #3a8c9a;
--bs-table-active-color: white;
Expand Down Expand Up @@ -104,4 +118,3 @@ h5 {
hr {
margin-top: 0.1rem;
}

14 changes: 13 additions & 1 deletion ui/modules/environments/authorization.html
@@ -1,3 +1,15 @@
<!--
~ Copyright (c) 2022 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0
~
~ SPDX-License-Identifier: EPL-2.0
-->
<div class="modal fade bd-example-modal-sm" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
Expand Down Expand Up @@ -55,4 +67,4 @@ <h5>Bearer</h5>
</div>
</div>
</div>
</div>
</div>
12 changes: 12 additions & 0 deletions ui/modules/environments/environments.html
@@ -1,3 +1,15 @@
<!--
~ Copyright (c) 2022 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0
~
~ SPDX-License-Identifier: EPL-2.0
-->
<h5>Settings</h5>
<hr/>
<div style="position: relative; height:600px">
Expand Down
14 changes: 13 additions & 1 deletion ui/modules/things/features.html
@@ -1,3 +1,15 @@
<!--
~ Copyright (c) 2022 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0
~
~ SPDX-License-Identifier: EPL-2.0
-->
<h5 data-bs-toggle="collapse" data-bs-target="#collapseFeatures">
Features <span class="badge badge-info" id="featureCount"></span></h5>
<hr />
Expand Down Expand Up @@ -70,4 +82,4 @@ <h5 data-bs-toggle="collapse" data-bs-target="#collapseFeatures">
</div>
</div>
</div>
</div>
</div>
16 changes: 14 additions & 2 deletions ui/modules/things/fields.html
@@ -1,4 +1,16 @@
<div class="tab-pane container no-margin">
<!--
~ Copyright (c) 2022 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0
~
~ SPDX-License-Identifier: EPL-2.0
-->
<div class="tab-pane container no-margin">
<div class="resizable_flex_column">
<div class="input-group input-group-sm mb-1 mt-1">
<label class="input-group-text">Field</label>
Expand All @@ -22,4 +34,4 @@
</table>
</div>
</div>
</div>
</div>
12 changes: 12 additions & 0 deletions ui/modules/things/searchFilter.html
@@ -1,3 +1,15 @@
<!--
~ Copyright (c) 2022 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0
~
~ SPDX-License-Identifier: EPL-2.0
-->
<div class="tab-pane container no-margin">
<table class="table table-striped table-hover table-sm">
<tbody id="filterList"></tbody>
Expand Down
14 changes: 13 additions & 1 deletion ui/modules/things/things.html
@@ -1,3 +1,15 @@
<!--
~ Copyright (c) 2022 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0
~
~ SPDX-License-Identifier: EPL-2.0
-->
<div>
<h5>Things</h5>
<hr />
Expand Down Expand Up @@ -98,4 +110,4 @@ <h5 data-bs-toggle="collapse" data-bs-target="#collapseAttributes">Attributes <s
</div>
</div>
</div>
</div>
</div>

0 comments on commit f98bb66

Please sign in to comment.