mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-03 15:10:49 +00:00
Shortens notification time
Separates bot configuration to its own method to allow for repeat use. Also main.go should be small Now reloads bot configuration on the save post. Active changes!
This commit is contained in:
@@ -11,7 +11,7 @@ angular.module('myApp', [
|
||||
]).
|
||||
config(['$locationProvider', '$routeProvider' ,'NotificationProvider', function($locationProvider, $routeProvider, NotificationProvider) {
|
||||
NotificationProvider.setOptions({
|
||||
delay: 10000,
|
||||
delay: 5000,
|
||||
startTop: 60,
|
||||
startRight: 10,
|
||||
verticalSpacing: 10,
|
||||
|
||||
Reference in New Issue
Block a user