Skip to content

Commit 4334cd2

Browse files
committed
Merge branch 'gh-pages' of https://github.com/flybaseio/status into gh-pages
2 parents 6f99999 + e06d243 commit 4334cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $(document).ready(function() {
109109
html += '<span class="badge label-success pull-right">closed</span>';
110110
} else {
111111
html += '<span class="badge ' + (status === 'operational' ? 'label-success' : 'label-warn') + ' pull-right">';
112-
html += status_text[status];
112+
html += "open";
113113
html += '</span>\n';
114114
}
115115

0 commit comments

Comments
 (0)