Add masternodes page/feature
-Added a new "Masternodes" page which displays the current list of masternodes on the network -/api/getmasternodelist is no longer publicly accessible and has been replaced by /ext/getmasternodelist which returns the masternode list from local collection instead of directly from wallet -Added new masternode sync options to sync.js and sync.sh -Added new masternodes_last_updated field to the Stats collection -Updated delete_database.sh and restore_backup.sh to include support for the new masternodes collection -Network header menu icon changed to allow the new Masternodes menu item to use the old network icon
This commit is contained in:
@@ -465,7 +465,7 @@ table {
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
|
||||
.dataTables_length {
|
||||
.dataTables_length, .dataTables_filter {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user