Skip to content

Commit

Permalink
explorer ui connections headers for new files
Browse files Browse the repository at this point in the history
  • Loading branch information
thfries committed Jul 15, 2022
1 parent 4486dcc commit 2b92486
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ui/modules/connections/connections.html
Original file line number Diff line number Diff line change
@@ -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="#connectionsEdit">
Manage Connections
</h5>
Expand Down
13 changes: 13 additions & 0 deletions ui/modules/connections/connections.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* 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
*/

/* eslint-disable prefer-const */
/* eslint-disable max-len */
/* eslint-disable no-invalid-this */
Expand Down

0 comments on commit 2b92486

Please sign in to comment.