From a7e78865539166c43662e7d522286d1c25f170de Mon Sep 17 00:00:00 2001 From: Hengye Date: Thu, 19 Dec 2019 15:58:06 +0800 Subject: Create PAP Client Mornitoring Model Issue-ID: POLICY-2311 Signed-off-by: Hengye Change-Id: Ibdea465b955a61c3bae26662ab7cb2762da133e1 --- .../resources/16px/rowCollapsed_black_16px.svg | 19 +++++++++++++++++++ .../webapp/resources/16px/rowExpanded_black_16px.svg | 18 ++++++++++++++++++ .../webapp/resources/16px/settings_black_16px.svg | 20 ++++++++++++++++++++ .../webapp/resources/systemBar/help_black.svg | 19 +++++++++++++++++++ .../webapp/resources/systemBar/logout_black.svg | 15 +++++++++++++++ 5 files changed, 91 insertions(+) create mode 100644 client/client-monitoring/src/main/resources/webapp/resources/16px/rowCollapsed_black_16px.svg create mode 100644 client/client-monitoring/src/main/resources/webapp/resources/16px/rowExpanded_black_16px.svg create mode 100644 client/client-monitoring/src/main/resources/webapp/resources/16px/settings_black_16px.svg create mode 100644 client/client-monitoring/src/main/resources/webapp/resources/systemBar/help_black.svg create mode 100644 client/client-monitoring/src/main/resources/webapp/resources/systemBar/logout_black.svg (limited to 'client/client-monitoring/src/main/resources') diff --git a/client/client-monitoring/src/main/resources/webapp/resources/16px/rowCollapsed_black_16px.svg b/client/client-monitoring/src/main/resources/webapp/resources/16px/rowCollapsed_black_16px.svg new file mode 100644 index 00000000..6878c863 --- /dev/null +++ b/client/client-monitoring/src/main/resources/webapp/resources/16px/rowCollapsed_black_16px.svg @@ -0,0 +1,19 @@ + + + +]> + + + + + + + + + + diff --git a/client/client-monitoring/src/main/resources/webapp/resources/16px/rowExpanded_black_16px.svg b/client/client-monitoring/src/main/resources/webapp/resources/16px/rowExpanded_black_16px.svg new file mode 100644 index 00000000..5e3e46a6 --- /dev/null +++ b/client/client-monitoring/src/main/resources/webapp/resources/16px/rowExpanded_black_16px.svg @@ -0,0 +1,18 @@ + + + +]> + + + + + + + + + diff --git a/client/client-monitoring/src/main/resources/webapp/resources/16px/settings_black_16px.svg b/client/client-monitoring/src/main/resources/webapp/resources/16px/settings_black_16px.svg new file mode 100644 index 00000000..c347888e --- /dev/null +++ b/client/client-monitoring/src/main/resources/webapp/resources/16px/settings_black_16px.svg @@ -0,0 +1,20 @@ + + + +]> + + + + + + + diff --git a/client/client-monitoring/src/main/resources/webapp/resources/systemBar/help_black.svg b/client/client-monitoring/src/main/resources/webapp/resources/systemBar/help_black.svg new file mode 100644 index 00000000..14fdf5d3 --- /dev/null +++ b/client/client-monitoring/src/main/resources/webapp/resources/systemBar/help_black.svg @@ -0,0 +1,19 @@ + + + + + + diff --git a/client/client-monitoring/src/main/resources/webapp/resources/systemBar/logout_black.svg b/client/client-monitoring/src/main/resources/webapp/resources/systemBar/logout_black.svg new file mode 100644 index 00000000..af297acd --- /dev/null +++ b/client/client-monitoring/src/main/resources/webapp/resources/systemBar/logout_black.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + -- cgit 1.2.3-korg