Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Apr 7, 2024
1 parent 81188c4 commit f6a785c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = rr-manager
SPK_VERS = 2.0
SPK_REV = 14
SPK_REV = 15
SPK_ICON = src/rr-manager.png

DSM_UI_DIR = app
Expand Down
2 changes: 1 addition & 1 deletion src/app/rr-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ Ext.define("SYNOCOMMUNITY.RRManager.Overview.HealthPanel", {
itemId: "rightPanel",
cls: "health-text-block",
flex: 1,
height: 140,
height: 180,
layout: "vbox",
layoutConfig: { align: "stretch" },
items: [this.upperPanel, this.lowerPanel],
Expand Down

0 comments on commit f6a785c

Please sign in to comment.