- replaced some old images on /login page with newer versions
- improved "route search" dialog. Added new "connection size" select field - improved render time for clients. Reduced DCL (DOM Content Loaded) time - improved CSV,Clipboard copy data for "task manager" table data
This commit is contained in:
@@ -162,6 +162,7 @@ class Controller {
|
||||
'style' => $f3->get('BASE') . '/public/css/' . Config::getPathfinderData('version'),
|
||||
'script' => $f3->get('BASE') . '/public/js/' . Config::getPathfinderData('version'),
|
||||
'font' => $f3->get('BASE') . '/public/fonts',
|
||||
'document' => $f3->get('BASE') . '/public/templates',
|
||||
'image' => $f3->get('BASE') . '/public/img'
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user