Skip to content
Open
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
14 changes: 7 additions & 7 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -315,29 +315,29 @@ Files (in server/monitor/src/main/resources/):

distributed under the MIT license (see above)

## Bootstrap v5.3.2 (https://getbootstrap.com/)
## Bootstrap v5.3.8 (https://getbootstrap.com/)

Files (in server/monitor/src/main/resources/):
* org/apache/accumulo/monitor/resources/external/bootstrap/**/*

Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
Licensed under the MIT license (see above and https://github.com/twbs/bootstrap/blob/main/LICENSE)

## Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
## Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)

Files (in server/monitor/src/main/resources/):
* org/apache/accumulo/monitor/resources/external/bootstrap/css/bootstrap-icons.css
* org/apache/accumulo/monitor/resources/external/bootstrap/fonts/*
* org/apache/accumulo/monitor/resources/external/bootstrap/css/fonts/*

Copyright 2019-2023 The Bootstrap Authors
Copyright 2019-2024 The Bootstrap Authors
Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)

## DataTables 1.13.6 (https://datatables.net)
## DataTables 1.13.11 (https://datatables.net)

Files (in server/monitor/src/main/resources/):
* org/apache/accumulo/monitor/resources/external/datatables/**/*

Copyright (c) 2008-2023 SpryMedia Ltd
Copyright (c) 2008-2024 SpryMedia Ltd
Licensed under the MIT license (see above)

**********
14 changes: 7 additions & 7 deletions assemble/src/main/resources/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -315,29 +315,29 @@ Files (in lib/accumulo-monitor-*.jar):

distributed under the MIT license (see above)

## Bootstrap v5.3.2 (https://getbootstrap.com/)
## Bootstrap v5.3.8 (https://getbootstrap.com/)

Files (in lib/accumulo-monitor-*.jar):
* org/apache/accumulo/monitor/resources/external/bootstrap/**/*

Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
Licensed under the MIT license (see above and https://github.com/twbs/bootstrap/blob/main/LICENSE)

## Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
## Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)

Files (in lib/accumulo-monitor-*.jar):
* org/apache/accumulo/monitor/resources/external/bootstrap/css/bootstrap-icons.css
* org/apache/accumulo/monitor/resources/external/bootstrap/fonts/*
* org/apache/accumulo/monitor/resources/external/bootstrap/css/fonts/*

Copyright 2019-2023 The Bootstrap Authors
Copyright 2019-2024 The Bootstrap Authors
Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)

## DataTables 1.13.6 (https://datatables.net)
## DataTables 1.13.11 (https://datatables.net)

Files (in lib/accumulo-monitor-*.jar):
* org/apache/accumulo/monitor/resources/external/datatables/**/*

Copyright (c) 2008-2023 SpryMedia Ltd
Copyright (c) 2008-2024 SpryMedia Ltd
Licensed under the MIT license (see above)

**********
Expand Down
14 changes: 7 additions & 7 deletions server/monitor/src/main/appended-resources/META-INF/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -77,29 +77,29 @@ Files (in lib/accumulo-monitor-*.jar):

distributed under the MIT license (see above)

## Bootstrap v5.3.2 (https://getbootstrap.com/)
## Bootstrap v5.3.8 (https://getbootstrap.com/)

Files (in lib/accumulo-monitor-*.jar):
* org/apache/accumulo/monitor/resources/external/bootstrap/**/*

Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
Licensed under the MIT license (see above and https://github.com/twbs/bootstrap/blob/main/LICENSE)

## Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
## Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)

Files (in lib/accumulo-monitor-*.jar):
* org/apache/accumulo/monitor/resources/external/bootstrap/css/bootstrap-icons.css
* org/apache/accumulo/monitor/resources/external/bootstrap/fonts/*
* org/apache/accumulo/monitor/resources/external/bootstrap/css/fonts/*

Copyright 2019-2023 The Bootstrap Authors
Copyright 2019-2024 The Bootstrap Authors
Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)

## DataTables 1.13.6 (https://datatables.net)
## DataTables 1.13.11 (https://datatables.net)

Files (in lib/accumulo-monitor-*.jar):
* org/apache/accumulo/monitor/resources/external/datatables/**/*

Copyright (c) 2008-2023 SpryMedia Ltd
Copyright (c) 2008-2024 SpryMedia Ltd
Licensed under the MIT license (see above)

**********
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*!
* Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
* Copyright 2019-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/

@font-face {
font-display: block;
font-family: "bootstrap-icons";
src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
url("../fonts/bootstrap-icons.woff") format("woff");
src: url("./fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"),
url("./fonts/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff");
}

.bi::before,
Expand Down Expand Up @@ -2076,3 +2076,31 @@ url("../fonts/bootstrap-icons.woff") format("woff");
.bi-suitcase2-fill::before { content: "\f901"; }
.bi-suitcase2::before { content: "\f902"; }
.bi-vignette::before { content: "\f903"; }
.bi-bluesky::before { content: "\f7f9"; }
.bi-tux::before { content: "\f904"; }
.bi-beaker-fill::before { content: "\f905"; }
.bi-beaker::before { content: "\f906"; }
.bi-flask-fill::before { content: "\f907"; }
.bi-flask-florence-fill::before { content: "\f908"; }
.bi-flask-florence::before { content: "\f909"; }
.bi-flask::before { content: "\f90a"; }
.bi-leaf-fill::before { content: "\f90b"; }
.bi-leaf::before { content: "\f90c"; }
.bi-measuring-cup-fill::before { content: "\f90d"; }
.bi-measuring-cup::before { content: "\f90e"; }
.bi-unlock2-fill::before { content: "\f90f"; }
.bi-unlock2::before { content: "\f910"; }
.bi-battery-low::before { content: "\f911"; }
.bi-anthropic::before { content: "\f912"; }
.bi-apple-music::before { content: "\f913"; }
.bi-claude::before { content: "\f914"; }
.bi-openai::before { content: "\f915"; }
.bi-perplexity::before { content: "\f916"; }
.bi-css::before { content: "\f917"; }
.bi-javascript::before { content: "\f918"; }
.bi-typescript::before { content: "\f919"; }
.bi-fork-knife::before { content: "\f91a"; }
.bi-globe-americas-fill::before { content: "\f91b"; }
.bi-globe-asia-australia-fill::before { content: "\f91c"; }
.bi-globe-central-south-asia-fill::before { content: "\f91d"; }
.bi-globe-europe-africa-fill::before { content: "\f91e"; }
Loading