-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support of float input type * Disabled autocomplete in input fields * Removed annoying Input spinners https://codepen.io/ahastudio/pen/eVovMv * Prevents change of numbers with mouse wheel mui/material-ui#7960 * Removed number scrolling on keyboard arrow * Backend bug fix * Prettified "cross-remove" button * Added \n to newfile * Updated displayed datetime format * Revert "Updated displayed datetime format" This reverts commit a432546. * first version of correct datetime in operation editor * Updated and used function utcTimeToLocal * Fixed bug updated/created Co-authored-by: Dmitry Brazhenko <[email protected]> Co-authored-by: Ivan Khomyakov <[email protected]>
- Loading branch information
1 parent
5ad98db
commit 24bd2ce
Showing
4 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
docker exec -it $(docker ps | grep front | cut -f1 -d " ") sh |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters