File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 44
55[ ![ GitHub] ( https://img.shields.io/github/license/mashape/apistatus.svg )] ( https://github.com/Arattian/DynamoDb-GUI-Client/blob/master/LICENSE )
66
7- ### [ Release v3.2.4 ] ( https://github.com/Arattian/DynamoDb-GUI-Client/releases/tag/3.2.4 )
7+ ### [ Release v3.2.5 ] ( https://github.com/Arattian/DynamoDb-GUI-Client/releases/tag/3.2.5 )
88
9- #### [ Download for MacOS (.dmg)] ( https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.2.4 /DynamoDbGUI-mac-3.2.4 .dmg )
9+ #### [ Download for MacOS (.dmg)] ( https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.2.5 /DynamoDbGUI-mac-3.2.5 .dmg )
1010
11- #### [ Download for MacOS (.zip)] ( https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.2.4 /DynamoDbGUI-mac-3.2.4 .zip )
11+ #### [ Download for MacOS (.zip)] ( https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.2.5 /DynamoDbGUI-mac-3.2.5 .zip )
1212
1313### [ Release v2.1.1 || Old UI] ( https://github.com/Arattian/DynamoDb-GUI-Client/releases/tag/v2.1.1 )
1414
Original file line number Diff line number Diff line change 11{
22 "name" : " dynamodb-gui-client" ,
3- "version" : " 3.2.4 " ,
3+ "version" : " 3.2.5 " ,
44 "description" : " DynamoDb-GUI-Client" ,
55 "author" : {
66 "name" : " Misak Poghosyan" ,
Original file line number Diff line number Diff line change 189189
190190 .jsoneditor-previous
191191 display none !important
192+
193+ @media screen and (max-height : 600px )
194+ .table
195+ height 65vh !important
196+ @media screen and (max-height : 900 )
197+ .table
198+ height 80vh !important
192199 </style >
Original file line number Diff line number Diff line change 8484 .table
8585 width 98%
8686 overflow auto
87- height 85 vh
87+ height 80 vh
8888 margin auto
8989 </style >
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ async function setCredentials({
3434 await DB . listTables ( ) . promise ( ) ;
3535 } catch ( err ) {
3636 commit ( 'showResponse' , err , { root : true } ) ;
37- commit ( 'setToDefault' ) ;
3837 return ;
3938 }
4039 database . createdAt = + new Date ( ) ;
You can’t perform that action at this time.
0 commit comments