Skip to content
Snippets Groups Projects
Commit b80cdbc0 authored by Chris Hines's avatar Chris Hines
Browse files

error compiling

parent 48e0a3e1
No related branches found
No related tags found
4 merge requests!106if stat fails, display the error instead of immediately refreshing...,!99Dev,!49Dev,!46Dev
Pipeline #10200 passed
......@@ -4,7 +4,7 @@ export class AppAction {
notunnel: boolean = false;
client: {cmd: string[], redir: string, usebasicauth: boolean};
states: string[]; // list of stats such as 'RUNNING' in which the action is valid. null||undefined if its always valid
postData: string; // if you need to post to the url to authenticate use this
postData: any; // if you need to post to the url to authenticate use this
}
export class Strudelapp {
url: string; // A url used to retrieve extra config options. May be null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment