We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146e25a commit 2333a89Copy full SHA for 2333a89
ui/src/actions/general.js
@@ -1,21 +1,5 @@
1
import { sendExecuteCommand } from '../api/hardware-object';
2
3
-export function addUserMessage(records, target) {
4
- return {
5
- type: 'ADD_USER_MESSAGE',
6
- records,
7
- target,
8
- };
9
-}
10
-
11
-export function removeUserMessage(messageID) {
12
- return { type: 'REMOVE_USER_MESSAGE', messageID };
13
14
15
-export function clearAllUserMessages() {
16
- return { type: 'CLEAR_ALL_USER_MESSAGES' };
17
18
19
export function applicationFetched(data) {
20
return { type: 'APPLICATION_FETCHED', data };
21
}
0 commit comments