Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change rendered fields #5 #10

Merged
merged 2 commits into from
Sep 21, 2018
Merged

Change rendered fields #5 #10

merged 2 commits into from
Sep 21, 2018

Conversation

sankerust
Copy link
Contributor

closes #5

Minor table fixes.
Button not clicked:
image

Button clicked:
image

@@ -55,8 +49,7 @@
ng-repeat="target in panel.targets"
ng-if="ctrl.showRows[panel.id]"
>
<td></td>
<td></td>
<td>{{ panel.title }}</td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like it would look better without repeating panel title in every row :)

@@ -67,7 +60,6 @@
{{ target.query }}
</td>
<td ng-if="target.query === undefined">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure we still need this? Because we don't have query in table anymore

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guess, there are different amount of columns in header and inside the table

@rozetko rozetko merged commit 377ba42 into master Sep 21, 2018
@rozetko rozetko deleted the change-rendered-fields#5 branch September 21, 2018 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change rendered fields
2 participants