Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5d10a0d9
authored
Mar 08, 2017
by
Jose Antonio
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
working on reports - filter by instruction or method
dates are disordered
parent
a6439228
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
sails/src/assets/scripts/modules/student/controllers/reports.js
sails/src/assets/scripts/modules/student/views/reports.html
sails/src/assets/styles/main.css
sails/src/assets/scripts/modules/student/controllers/reports.js
View file @
5d10a0d9
This diff is collapsed.
Click to expand it.
sails/src/assets/scripts/modules/student/views/reports.html
View file @
5d10a0d9
...
...
@@ -11,13 +11,9 @@
<div
class=
"col-md-3"
>
<div
class=
"form-group"
>
<p
class=
"input-group"
>
<select
class=
"form-control"
name=
"method_select"
id=
"method_select"
ng-model=
"selected_method.id"
>
<option
value=
"-1"
>
{{'select_method' | translate}}
</option>
<option
ng-repeat=
"ma in methods track by $index"
ng-value=
"ma.id"
label=
"{{ ma.name }}"
>
{{ ma.name }}
</option>
<select
class=
"form-control"
name=
"method_select"
id=
"method_select"
ng-model=
"selected_method"
>
<option
value=
"-1"
selected
>
{{'select_method' | translate}}
</option>
<option
ng-repeat=
"elem in elems track by $index"
class=
"{{elem.class}}"
value=
"{{elem}}"
>
{{elem.name}}
</option>
</select>
</p>
</div>
...
...
sails/src/assets/styles/main.css
View file @
5d10a0d9
...
...
@@ -1020,3 +1020,6 @@ form .progress {
width
:
0
;
height
:
0
;
}
.method-opt
{
font-weight
:
600
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment