-
Notifications
You must be signed in to change notification settings - Fork 9
Issue 249, 247, 163, 207 #268
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
Merged
Changes from 10 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
c029b8e
issue-249 add unit conversion using HHV in facility unit settings
RLiNREL 7e464a0
issue-247 feedback that update facility energy use for company unit c…
RLiNREL 5d34c62
issue-249 fix a typo in unit setting form
RLiNREL 14197cc
issue-207 update assessment type table to feedback
RLiNREL 9ca1b83
issue-249 add non-standard to standard energy conversion in pre-asses…
RLiNREL 2aa97a1
issue-249 updated assessment detail page to pre-assessment page
RLiNREL 8e2a52d
issue-207 update energy saving unit to company unit in assessment and…
RLiNREL 31c71ab
issue-163 add total size in company unit
RLiNREL a0cacc0
issue-163 update the default unit logic
RLiNREL b84388e
fix unit tests
RLiNREL 6230975
PR268 added idtype constant
RLiNREL c8575d8
PR268 address the label alignments, unsubscribes for feedback
RLiNREL efea255
issue-249 naming change for HHV
RLiNREL File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.disabled-input-label{ | ||
background-color: white; | ||
border: none; | ||
border-left: var(--bs-border-width) solid var(--bs-border-color); | ||
} | ||
|
||
.utility-row:hover, .utility-row:hover .disabled-input-label { | ||
background-color: #efefef; | ||
} | ||
|
||
.disabled-input-label-secondary{ | ||
background-color: white; | ||
border: none; | ||
margin-left: 20px; | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.