CC-3333 : showbuilder track colouring
tracks coloured if boundry/over. needs better colour selection.
This commit is contained in:
parent
d93041edb9
commit
c665a3fa03
3 changed files with 41 additions and 0 deletions
|
@ -284,6 +284,14 @@ $(document).ready(function() {
|
|||
$(nRow).addClass("sb-not-allowed");
|
||||
}
|
||||
|
||||
//status used to colour tracks.
|
||||
if (aData.status === 1) {
|
||||
$(nRow).addClass("sb-boundry");
|
||||
}
|
||||
else if (aData.status === 2) {
|
||||
$(nRow).addClass("sb-over");
|
||||
}
|
||||
|
||||
fnPrepareSeparatorRow = function(sRowContent, sClass, iNodeIndex) {
|
||||
|
||||
node = nRow.children[iNodeIndex];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue