Added Backend sessions view to backend index.
This commit is contained in:
@@ -255,7 +255,6 @@ const makeGUIDLink = (type, source, guid, data) => {
|
||||
* @returns {string} The formatted duration.
|
||||
*/
|
||||
const formatDuration = (milliseconds) => {
|
||||
console.log(milliseconds)
|
||||
milliseconds = parseInt(milliseconds)
|
||||
let seconds = Math.floor(milliseconds / 1000);
|
||||
let minutes = Math.floor(seconds / 60);
|
||||
|
||||
Reference in New Issue
Block a user