Akira-Kurusu commited on
Commit
8e4bfa3
·
verified ·
1 Parent(s): 1604f83

Update web/index.html

Browse files
Files changed (1) hide show
  1. web/index.html +2 -2
web/index.html CHANGED
@@ -122,7 +122,7 @@
122
  </span>
123
  </div>
124
  <div class="col pr-0">
125
- <p class="small text-muted mb-0">Total Pacientes</p>
126
  <span class="h3 mb-0">0</span>
127
  </div>
128
  </div>
@@ -815,7 +815,7 @@
815
  show: true,
816
  total: {
817
  show: true,
818
- label: 'Total Pacientes Analizados',
819
  color: '#9aa0ac',
820
  formatter: function(w) {
821
  return stats.total_unique_patients || 0;
 
122
  </span>
123
  </div>
124
  <div class="col pr-0">
125
+ <p class="small text-muted mb-0">Total Pacientes Diagnosticados</p>
126
  <span class="h3 mb-0">0</span>
127
  </div>
128
  </div>
 
815
  show: true,
816
  total: {
817
  show: true,
818
+ label: 'Total Pacientes',
819
  color: '#9aa0ac',
820
  formatter: function(w) {
821
  return stats.total_unique_patients || 0;