Commit Graph
284 Commits
Author SHA1 Message Date
Filip Barl 019ab0ff80 Update some node deps. 2019-03-26 12:01:58 +01:00
Filip Barl 050017085e Use Time Travel context when downloading raw reports. 2019-03-14 15:54:50 +01:00
A V Rahul 178a1bf77e Fixed the sidebar namespaces hover effect to last-child 2019-01-18 16:00:30 +05:30
Yu Cao 550227bf9f Update _base.scss 2019-01-08 10:20:22 -05:00
Yu Cao fd116a6425 Merge branch 'master' into issues/3096 2019-01-08 10:18:35 -05:00
Simon Howe 1994050a38 Removes some mystery styling.
- I don't think the result will be aweful if its stil being used.
2018-11-14 15:10:03 +01:00
Simon Howe 8a6cc7ed4d Switch over to <i> from <span> for icons
- to select in styles, as fa5 has other prefix classnames (far, fab,
  fas)
2018-11-13 12:51:47 +01:00
Simon Howe d3a36cf873 Load up fa5 instead of 4
- Switch to fa5 icons and tweak font-sizes a bit
2018-11-13 12:51:31 +01:00
Simon e78f8a8de4 Revert "Upgrade to Font Awesome 5" 2018-11-12 11:22:19 +01:00
Simon Howe 2cc58f5b00 Switch to fa5 icons and tweak font-sizes a bit 2018-11-09 14:59:53 +01:00
Simon Howe 52fc460f8e Load up fa5 instead of 4 2018-11-09 13:41:37 +01:00
visualapps 8d33d8b4d1 import missing terminal.scss in contrast.scss 2018-09-14 15:11:24 +05:30
Filip Barl 3c6cced4d3 Use new Search component. 2018-09-04 14:11:50 +02:00
Filip Barl 65dad7242e Removed old graph nodes obsolete code. 2018-08-09 12:31:12 +02:00
Filip Barl 1317bf6ddb Decreased the header overlay transparency to 80%. 2018-08-02 15:44:31 +02:00
Filip Barl c0a359b31f Increase z-index value of NodeDetails panel by one. 2018-08-02 11:14:04 +02:00
Filip Barl 9f9123e171 Decrease filters background opacity + made selected items more purple. 2018-08-02 11:09:18 +02:00
Filip Barl e806c848df Make header semitransparent. 2018-08-02 10:48:37 +02:00
Filip Barl b9656566bb Add border radius to resource view rectangles and grid view color icons. 2018-07-27 10:28:44 +02:00
Filip Barl c30b23c274 Bump ui-components to v0.11.8 2018-07-27 10:28:44 +02:00
Filip Barl b6c55ba3c8 Remove the legacy styles. 2018-06-29 16:10:13 +02:00
Filip Barl 56ba183571 Update gray theme colors. 2018-06-21 17:03:08 +02:00
Filip Barl 25afeb1416 Use new accent theme colors. 2018-06-19 14:14:38 +02:00
Filip Barl f9bfa16fe7 Use new purple theme colors. 2018-06-18 17:06:30 +02:00
Filip Barl 6e0a2ad957 Addressed @bia's comments. 2018-06-14 17:30:41 +02:00
Filip Barl 61b3a1d282 Use new theme gray colors. 2018-06-14 17:21:28 +02:00
Filip Barl b9b8e5afd3 Fix z-index issues. 2018-06-12 15:16:18 +02:00
Filip Barl a096f2f76a Reloading deployments in Time Travel. 2018-06-12 15:05:50 +02:00
Bryan Boreham 8c18a785e7 Merge pull request #3132 from openebs/add-pv-pvc-support
Add Kubernetes Storage (pv and pvc) support in Weave Scope
2018-06-08 12:41:21 +01:00
Satyam Zode d26b2c3805 Add Kubernetes storage class resource to weave scope
This will:

- Add StorageClass resource. Storage classes are mentioned
in the PVC spec. We're using storage class name from PVC spec to
add adjacency to the PVC node.
- Add square sheet shape for StorageClass.
- Add storage filter in the PODS topology.
Storage Filter will allow user to see distinct view of
stateful applications.
- Add visually distinct edge to show storage adjacency.

Signed-off-by: Satyam Zode <satyam.zode@openebs.io>
2018-06-08 16:36:29 +05:30
Satyam Zode 23210a6a77 Add Kubernetes volumes support in Weave Scope
This will

- Add Kubernetes volume resources such as PV, PVC.
- Add shapes for Kubernetes PV and PVC
- Add `Cylinder` shape for PV and `Dotted Cylinder` shape for PVC.

Signed-off-by: Satyam Zode <satyam.zode@openebs.io>
2018-06-07 17:01:29 +05:30
Bianca Cheng Costanzo f07202ea05 changed background to whiteSmoke now that everything else is 2018-06-01 16:07:26 +02:00
Filip Barl a7c7f89897 Merge pull request #3181 from weaveworks/3180-adjust-font-sizes
Adjust font sizes
2018-05-21 22:20:21 +02:00
Filip Barl 068327b84c Adjust font sizes. 2018-05-19 08:07:49 +02:00
Filip Barl 45486f44c0 Use xterm/fit addon. 2018-05-18 17:48:54 +02:00
Filip Barl 5e700d996b Merge pull request #3177 from weaveworks/212-enforce-theme-fonts
Enforce theme fonts
2018-05-18 14:40:36 +02:00
Filip Barl 941cf16cfd Customize terminal stylesheet. 2018-05-18 12:47:05 +02:00
Roland Schilter f012c23ca1 Sentence cased text everywhere (#3166)
* Sentence cased text everywhere

Follows Weave Cloud's direction of sentence case on most things.

* More space between sorter caret and label

* Use full topology name for table header
2018-05-17 17:30:38 -07:00
Filip Barl 0bd9cc640d Enforce theme fonts. 2018-05-17 11:04:08 +02:00
Filip Barl 72d8e58c63 Enforce theme border radius. 2018-05-14 12:11:51 +02:00
Roland Schilter daccb6648d Dynamic table header width according to scrollbar (#3169)
Sizes the fixed table header of `NodeDetailsTable` width dynamically
depending on the content's scrollbar width. Makes sure the table header
cells align with the table body cells.

This also widens the "Parent PID" cell to make sure the text is not cut
off. Alternatively, could be renamed to "PPID".

Fixes #3158.
2018-05-11 13:26:45 -07:00
Filip Barl 154a54e3f5 Use theme font sizes. 2018-05-11 16:56:08 +02:00
Filip Barl c82f59c121 Use only z-index values from the theme. 2018-05-07 17:06:44 +02:00
Filip Barl 5ae802fc29 Stop using dropped theme colors. 2018-04-17 16:48:58 +02:00
Filip Barl a4f9641bd6 Merge neutral theme colors. 2018-04-16 16:35:51 +02:00
Filip Barl 52c4da32af Switch to theme cyan colors. 2018-04-09 16:10:31 +02:00
Filip Barl c938a5ffa4 Bump ui-components to v0.4.51 2018-04-05 17:16:17 +02:00
Filip Barl 7838f3063b Bump ui-components to v0.4.48 2018-03-28 11:42:58 +02:00
Yu Cao e3737dcb27 Hover to expand topology option if the list exceeds the max width 2018-03-22 12:07:38 -04:00
Filip Barl 5f8da6d077 Merge pull request #3116 from weaveworks/3115-enforce-theme-colors
Enforce theme colors
2018-03-22 15:51:43 +01:00