Commit e2bdace2b6b51e6882a2040d60d7278028c8329a
1 parent
9439df25f4
Exists in
master
tamaño input, color spinner
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
package.json
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | "gulp-pre-commit": "gulp pre-commit", |
| 8 | 8 | "compile": "gulp uglify", |
| 9 | 9 | "postinstall": "npm run compile && gulp clean-post-install", |
| 10 | - "install-dev": "npm install -D angular angular-ladda bootstrap font-awesome gulp gulp-angular-templatecache gulp-clean gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jasmine-core jquery jshint ladda@1.0.6 pre-commit pump ui-bootstrap4 && npm i -D git+ssh://git@git.focasoftware.com:npm/foca-directivas.git" | |
| 10 | + "install-dev": "npm install -D angular angular-ladda bootstrap font-awesome gulp gulp-angular-templatecache gulp-clean gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jasmine-core jquery jshint ladda@1.0.6 pre-commit pump ui-bootstrap4 && npm i -D git+http://git.focasoftware.com/npm/foca-directivas.git" | |
| 11 | 11 | }, |
| 12 | 12 | "pre-commit": [ |
| 13 | 13 | "gulp-pre-commit" |
| ... | ... | @@ -33,13 +33,13 @@ |
| 33 | 33 | "gulp-uglify": "^3.0.1", |
| 34 | 34 | "jquery": "^3.3.1", |
| 35 | 35 | "pump": "^3.0.0", |
| 36 | - "foca-directivas": "git+ssh://git@git.focasoftware.com:npm/foca-directivas.git" | |
| 36 | + "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git" | |
| 37 | 37 | }, |
| 38 | 38 | "devDependencies": { |
| 39 | 39 | "angular": "1.7.5", |
| 40 | 40 | "angular-ladda": "0.4.3", |
| 41 | 41 | "bootstrap": "4.1.3", |
| 42 | - "foca-directivas": "git+ssh://git@git.focasoftware.com:npm/foca-directivas.git", | |
| 42 | + "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", | |
| 43 | 43 | "font-awesome": "4.7.0", |
| 44 | 44 | "gulp": "3.9.1", |
| 45 | 45 | "gulp-angular-templatecache": "2.2.5", |
src/views/modal-chofer.html
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | <input |
| 8 | 8 | ladda="searchLoading" |
| 9 | 9 | type="text" |
| 10 | - class="form-control" | |
| 10 | + class="form-control form-control-sm" | |
| 11 | 11 | id="search" |
| 12 | 12 | placeholder="Búsqueda" |
| 13 | 13 | ng-model="filters" |
| ... | ... | @@ -21,6 +21,7 @@ |
| 21 | 21 | <div class="input-group-append"> |
| 22 | 22 | <button |
| 23 | 23 | ladda="searchLoading" |
| 24 | + data-spinner-color="#FF0000" | |
| 24 | 25 | class="btn btn-outline-secondary" |
| 25 | 26 | type="button" |
| 26 | 27 | ng-click="busquedaPress(13)" |