mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Use the count background color from default settings
This commit is contained in:
@@ -277,7 +277,7 @@ echo "<script src='resources/javascript/arrows.js?v=$version'></script>\n";
|
||||
|
||||
const colors = {
|
||||
RINGING: 'blue',
|
||||
CONNECTED: 'green',
|
||||
CONNECTED: '<?php echo $settings->get('theme', 'heading_count_background_color', '#28a745'); ?>',
|
||||
HANGUP: 'red',
|
||||
INACTIVE: 'black'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user