zeus
4 years ago
6 changed files with 110 additions and 1 deletions
@ -0,0 +1,40 @@ |
|||||
|
export default { |
||||
|
table: { |
||||
|
tableWrapper: '', |
||||
|
tableHeaderClass: 'mb-0', |
||||
|
tableBodyClass: 'mb-0', |
||||
|
tableClass: 'table table-bordered table-hover table-sm table-condensed whitespace', |
||||
|
loadingClass: 'loading', |
||||
|
ascendingIcon: 'fa fa-chevron-up', |
||||
|
descendingIcon: 'fa fa-chevron-down', |
||||
|
ascendingClass: 'sorted-asc', |
||||
|
descendingClass: 'sorted-desc', |
||||
|
sortableIcon: 'fa fa-sort', |
||||
|
detailRowClass: 'vuetable-detail-row', |
||||
|
handleIcon: 'fa fa-bars text-secondary', |
||||
|
renderIcon: function(classes, options) { |
||||
|
return `<i class="${classes.join(" ")}" ${options}></span>`; |
||||
|
} |
||||
|
}, |
||||
|
paginationInfo: { |
||||
|
infoClass: 'pull-left float-left align-self-end' |
||||
|
}, |
||||
|
pagination: { |
||||
|
wrapperClass: "pagination pull-right float-right", |
||||
|
activeClass: "active", |
||||
|
disabledClass: "disabled", |
||||
|
pageClass: "btn btn-border", |
||||
|
linkClass: "btn btn-border", |
||||
|
paginationClass: "pagination", |
||||
|
paginationInfoClass: "float-left", |
||||
|
//pagination-info-class=""
|
||||
|
//pagination-component-class=""
|
||||
|
dropdownClass: "form-control", |
||||
|
icons: { |
||||
|
first: "", |
||||
|
prev: "", |
||||
|
next: "", |
||||
|
last: "" |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,25 @@ |
|||||
|
module.exports = { |
||||
|
"apps": [ |
||||
|
{ |
||||
|
"name" : "server", |
||||
|
"autorestart" : true, |
||||
|
"watch" : true, |
||||
|
"cwd" : "/data/appl/ok/swarmlab-hybrid-agent/src-local", |
||||
|
"script" : "./llo/new.js", |
||||
|
"run_as_user" : "node", |
||||
|
"args" : "start", |
||||
|
"pid_file" : "/data/appl/ok/swarmlab-hybrid-agent/src-local/pid.pid", |
||||
|
"log_type" : "json", |
||||
|
"log_file" : "/data/appl/ok/swarmlab-hybrid-agent/src-local/logs/logfile", |
||||
|
"error_file" : "/data/appl/ok/swarmlab-hybrid-agent/src-local/logs/errorfile", |
||||
|
"out_file" : "/data/appl/ok/swarmlab-hybrid-agent/src-local/logs/outfile", |
||||
|
"log_date_format": "YYYY-MM-DD HH:mm Z", |
||||
|
"merge_logs" : true, |
||||
|
"exec_mode" : "fork", |
||||
|
"max_restarts": 10, |
||||
|
"max_memory_restart": "500M", |
||||
|
"restart_delay": 1000 |
||||
|
}, |
||||
|
] |
||||
|
} |
||||
|
|
@ -1 +1 @@ |
|||||
14534 |
32013 |
Loading…
Reference in new issue