fix: instance screen scroll bar in manager

This commit is contained in:
Davidson Gomes 2024-08-01 18:00:49 -03:00
parent fc5b8668e6
commit 359908041b
6 changed files with 29 additions and 28 deletions

View File

@ -7,6 +7,7 @@
### Fixed ### Fixed
* ClientName on infos * ClientName on infos
* Instance screen scroll bar in manager
# 2.0.4-rc (2024-07-30 14:13) # 2.0.4-rc (2024-07-30 14:13)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,8 +5,8 @@
<link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" /> <link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Evolution Manager</title> <title>Evolution Manager</title>
<script type="module" crossorigin src="/assets/index-BCs00WrS.js"></script> <script type="module" crossorigin src="/assets/index-BfneAfPP.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DbMGhR-t.css"> <link rel="stylesheet" crossorigin href="/assets/index-DZ0gaAHg.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

@ -1,6 +1,6 @@
{ {
"name": "evolution-api", "name": "evolution-api",
"version": "2.0.4-rc", "version": "2.0.5-rc",
"description": "Rest api for communication with WhatsApp", "description": "Rest api for communication with WhatsApp",
"main": "./dist/src/main.js", "main": "./dist/src/main.js",
"scripts": { "scripts": {