summaryrefslogtreecommitdiffstats
path: root/app/assets
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2019-09-04 11:40:51 -0700
committerGunnar Mills <gmills@us.ibm.com>2019-09-20 16:38:28 +0000
commitb1f64248b47e6a26ae38f36ebcf67f5955e9e92c (patch)
tree1e74bc8df23056b8c3d98327ababb22f21915b7e /app/assets
parent1a2bd74d8fa38f0848eca12759e03d162c09d236 (diff)
downloadphosphor-webui-b1f64248b47e6a26ae38f36ebcf67f5955e9e92c.tar.gz
phosphor-webui-b1f64248b47e6a26ae38f36ebcf67f5955e9e92c.zip
Add sort functionality to table Component
Added optional sort function to the shared table component. Table sort is not implemented on any existing table, but will be used in the redesigned Event Log table. - Changed table model attribute to two separate properties data and header to take advantage of $onChanges lifecycle hook - Update local user table and user role table to account for these updates Tested on Chrome, Safari, Firefox, Edge, IE Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I4fe68e78ae9d1228d7d9350538f61076036b1089
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/icons/icon-arrow--down.svg1
-rw-r--r--app/assets/icons/icon-arrow--up.svg1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/icons/icon-arrow--down.svg b/app/assets/icons/icon-arrow--down.svg
new file mode 100644
index 0000000..64e2e49
--- /dev/null
+++ b/app/assets/icons/icon-arrow--down.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 30"><g><path d="M7.5 30l7.5-7.5-1.76-1.76-4.49 4.47V0h-2.5v25.21l-4.49-4.47L0 22.5 7.5 30z"/></g></svg> \ No newline at end of file
diff --git a/app/assets/icons/icon-arrow--up.svg b/app/assets/icons/icon-arrow--up.svg
new file mode 100644
index 0000000..fce3343
--- /dev/null
+++ b/app/assets/icons/icon-arrow--up.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 30"><g><path d="M7.5 0L0 7.5l1.76 1.76 4.49-4.47V30h2.5V4.79l4.49 4.47L15 7.5 7.5 0z"/></g></svg> \ No newline at end of file
OpenPOWER on IntegriCloud