Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixDePrins committed Apr 24, 2024
1 parent 472a40a commit fb23655
Show file tree
Hide file tree
Showing 8 changed files with 27,400 additions and 1,880 deletions.
24,575 changes: 24,575 additions & 0 deletions ui/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@kerberos-io/ui": "^1.76.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@syncfusion/ej2-react-calendars": "^25.1.40",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
Expand Down
2 changes: 1 addition & 1 deletion ui/public/locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@
"remove_after_upload_enabled": "Abilita cancellazione al caricamento"
}
}
}
}
2 changes: 1 addition & 1 deletion ui/public/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@
"remove_after_upload_enabled": "Enabled delete on upload"
}
}
}
}
4 changes: 2 additions & 2 deletions ui/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const dev = {
ENV: 'dev',
// Comment the below lines, when using codespaces or other special DNS names (which you can't control)
HOSTNAME: hostname,
API_URL: `${protocol}//${hostname}:80/api`,
URL: `${protocol}//${hostname}:80`,
API_URL: `https://demo.kerberos.io/api`,
URL: `https://demo.kerberos.io/`,
WS_URL: `${websocketprotocol}//${hostname}:80/ws`,
MODE: window['env']['mode'],
// Uncomment, and comment the above lines, when using codespaces or other special DNS names (which you can't control)
Expand Down
4 changes: 4 additions & 0 deletions ui/src/pages/Media/Media.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
} from '@kerberos-io/ui';
import { Link, withRouter } from 'react-router-dom';
import { connect } from 'react-redux';
import { DateTimePickerComponent } from '@syncfusion/ej2-react-calendars';
import { getEvents } from '../../actions/agent';
import config from '../../config';
import './Media.scss';
Expand Down Expand Up @@ -93,6 +94,9 @@ class Media extends React.Component {
level1={t('recordings.heading')}
level1Link=""
>
<DateTimePickerComponent placeholder="Choose a date and time">
{' '}
</DateTimePickerComponent>
<Link to="/settings">
<Button
label={t('breadcrumb.configure')}
Expand Down
1 change: 1 addition & 0 deletions ui/src/pages/Media/Media.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import url("https://cdn.syncfusion.com/ej2/material.css");
#media {

#loader {
Expand Down
4,691 changes: 2,815 additions & 1,876 deletions ui/yarn.lock

Large diffs are not rendered by default.

0 comments on commit fb23655

Please sign in to comment.