-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add edi-ui, remove custom components & utils
- Loading branch information
1 parent
6363cfc
commit 15e2a21
Showing
31 changed files
with
169 additions
and
866 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
3 changes: 2 additions & 1 deletion
3
cassandra-distributed-task-queue-ui/src/Domain/CustomRenderer.ts
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
3 changes: 0 additions & 3 deletions
3
cassandra-distributed-task-queue-ui/src/Domain/DataTypes/Time.ts
This file was deleted.
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
3 changes: 2 additions & 1 deletion
3
...ndra-distributed-task-queue-ui/src/Domain/QueryStringMapping/QueryStringMappingBuilder.ts
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
3 changes: 2 additions & 1 deletion
3
cassandra-distributed-task-queue-ui/src/Domain/RtqMonitoringSearchRequestUtils.tsx
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
4 changes: 2 additions & 2 deletions
4
cassandra-distributed-task-queue-ui/src/Domain/Utils/ConvertTimeUtil.tsx
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import Decimal from "decimal.js"; | ||
|
||
export function ticksToMilliseconds(timeStr: Nullable<string>): Nullable<string> { | ||
export const ticksToMilliseconds = (timeStr: Nullable<string>): Nullable<string> => { | ||
if (!timeStr) { | ||
return null; | ||
} | ||
const commonTime = new Decimal(timeStr); | ||
return commonTime.div(10000).toString(); | ||
} | ||
}; |
35 changes: 0 additions & 35 deletions
35
cassandra-distributed-task-queue-ui/src/Domain/Utils/DateUtils.ts
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
cassandra-distributed-task-queue-ui/src/Domain/Utils/StringUtils.tsx
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
cassandra-distributed-task-queue-ui/src/Domain/Utils/TimeUtils.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
80 changes: 0 additions & 80 deletions
80
cassandra-distributed-task-queue-ui/src/components/Accordion/Accordion.styles.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.