diff --git a/LICENSE b/LICENSE index d6456956..b1c00001 100644 --- a/LICENSE +++ b/LICENSE @@ -200,3 +200,11 @@ 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. + +-------------------------------------------------------------------------------- +This product bundles various third-party components under other open source +licenses. This section summarizes those components and their licenses. + +MIT License +-------------------------------------- +src/assets/images/hierarchy.svg (https://www.svgrepo.com/page/licensing/) \ No newline at end of file diff --git a/src/app/components/queue-v2/queues-v2.component.ts b/src/app/components/queue-v2/queues-v2.component.ts index 823a8dba..0fba59a3 100644 --- a/src/app/components/queue-v2/queues-v2.component.ts +++ b/src/app/components/queue-v2/queues-v2.component.ts @@ -159,6 +159,13 @@ function queueVisualization(rawData : QueueInfo){ .attr("height", 30) .attr("fill", "#e6f4ea") .attr("class", "cardBottom"); + + group.append("image") + .attr("href", "./assets/images/hierarchy.svg") + .attr("x", 5) + .attr("y", 5) + .attr("width", 20) + .attr("height", 20); group.append("text") .attr("x", 30) diff --git a/src/assets/images/hierarchy.svg b/src/assets/images/hierarchy.svg new file mode 100644 index 00000000..a5102470 --- /dev/null +++ b/src/assets/images/hierarchy.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file