Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
pete
/
abp
Obserwuj
1
Polub
1
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
Przeglądaj źródła
More hints.
master
Pete Shadbolt
8 lat temu
rodzic
0681aee924
commit
6926485b83
3 zmienionych plików
z
5 dodań
i
1 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+2
-0
.bumpversion.cfg
+1
-1
abp/static/scripts/graph.js
+2
-0
bin/abpserver
+ 2
- 0
.bumpversion.cfg
Wyświetl plik
@@ -13,3 +13,5 @@ tag = True
[bumpversion:file:README.md]
[bumpversion:file:bin/abpserver]
+ 1
- 1
abp/static/scripts/graph.js
Wyświetl plik
@@ -1,5 +1,5 @@
var graph = {};
graph.colors = ["red", "green"
, "yellow", "green", "pink", "orange", "purple"
];
graph.colors = ["red", "green"];
graph.prepare = function() {
materials.prepare();
+ 2
- 0
bin/abpserver
Wyświetl plik
@@ -81,7 +81,9 @@ if __name__ == '__main__':
# Change to the right working dir
where = os.path.abspath(resource_filename("abp.static", ""))
print "abpserver 0.4.22"
print where
print "Open http://localhost:5001 in a browser!"
os.chdir(where)
# Start the HTTP server
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz