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:
joeuhren
2020-12-30 18:22:02 -07:00
parent d787a03fe2
commit be1205d90a
17 changed files with 494 additions and 62 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ table {
padding-top: 15px !important;
}
.dataTables_length {
.dataTables_length, .dataTables_filter {
padding-top: 10px;
}