This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
Equalmass
/
ArdupilotCustomFirmwareBuilder
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Просмотр исходного кода
create and move all flask app specific files to the web folder
Shiv Tyagi
1 год назад
Родитель
579a8e6b16
Сommit
34b31fa28f
17 измененных файлов
с
0 добавлено
и
0 удалено
Разделённый вид
Показать статистику Diff
0
0
web/CustomBuild.conf
0
0
web/__init__.py
0
0
web/app.py
0
0
web/app.wsgi
0
0
web/requirements.txt
0
0
web/static/images/ardupilot_logo.png
0
0
web/static/images/bg.png
0
0
web/static/images/button-closed.png
0
0
web/static/images/button-open.png
0
0
web/static/images/button.png
0
0
web/static/images/logo.png
0
0
web/static/js/add_build.js
0
0
web/static/js/index.js
0
0
web/static/styles/main.css
0
0
web/templates/add_build.html
0
0
web/templates/error.html
0
0
web/templates/index.html
+ 0
- 0
CustomBuild.conf → web/CustomBuild.conf
Просмотреть файл
+ 0
- 0
__init__.py → web/__init__.py
Просмотреть файл
+ 0
- 0
app.py → web/app.py
Просмотреть файл
+ 0
- 0
app.wsgi → web/app.wsgi
Просмотреть файл
+ 0
- 0
requirements.txt → web/requirements.txt
Просмотреть файл
+ 0
- 0
static/images/ardupilot_logo.png → web/static/images/ardupilot_logo.png
Просмотреть файл
+ 0
- 0
static/images/bg.png → web/static/images/bg.png
Просмотреть файл
+ 0
- 0
static/images/button-closed.png → web/static/images/button-closed.png
Просмотреть файл
+ 0
- 0
static/images/button-open.png → web/static/images/button-open.png
Просмотреть файл
+ 0
- 0
static/images/button.png → web/static/images/button.png
Просмотреть файл
+ 0
- 0
static/images/logo.png → web/static/images/logo.png
Просмотреть файл
+ 0
- 0
static/js/add_build.js → web/static/js/add_build.js
Просмотреть файл
+ 0
- 0
static/js/index.js → web/static/js/index.js
Просмотреть файл
+ 0
- 0
static/styles/main.css → web/static/styles/main.css
Просмотреть файл
+ 0
- 0
templates/add_build.html → web/templates/add_build.html
Просмотреть файл
+ 0
- 0
templates/error.html → web/templates/error.html
Просмотреть файл
+ 0
- 0
templates/index.html → web/templates/index.html
Просмотреть файл