diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-24 10:15:18 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:23 +0200 |
| commit | 2892f05baeb79f77586eb36d3506a57b1d20b8aa (patch) | |
| tree | 80405c59a947ea8f2316980e7e77ce0a20e0b421 /frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js | |
| parent | ba5bce34d632ea9155dc957e90068d9f40b439ee (diff) | |
Increase component limits and add overflow handling
Diffstat (limited to 'frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js')
| -rw-r--r-- | frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js b/frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js index 15c89ed5..c03b826f 100644 --- a/frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js +++ b/frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js @@ -22,7 +22,7 @@ const UnitTabsComponent = () => ( </li> <li className="nav-item"> <a className="nav-link" data-toggle="tab" href="#storage-units" role="tab"> - Storage + Stor. </a> </li> </ul> |
