Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
pete
/
abp
Следить
1
В избранное
1
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
More hints.
master
Pete Shadbolt
8 лет назад
Родитель
0681aee924
Сommit
6926485b83
3 измененных файлов
:
5 добавлений
и
1 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+2
-0
.bumpversion.cfg
+1
-1
abp/static/scripts/graph.js
+2
-0
bin/abpserver
+ 2
- 0
.bumpversion.cfg
Просмотреть файл
@@ -13,3 +13,5 @@ tag = True
[bumpversion:file:README.md]
[bumpversion:file:bin/abpserver]
+ 1
- 1
abp/static/scripts/graph.js
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить