Skip to content

Commit

Permalink
Deploy code for adding a new QuiLT column
Browse files Browse the repository at this point in the history
Refs #879
  • Loading branch information
kimrutherford committed Oct 28, 2024
1 parent 7eaec5e commit 3878399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</span>
</div>

<div *ngIf="!deployConfigService.productionMode()" class="extra-column-control">
<div class="extra-column-control">
<a (click)="configureExtraColumns()">Add column ...</a>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { QueryService, HistoryEntry, QueryOutputOptions } from '../../query.serv
import { GeneListNode, GeneQuery, QueryResult, ResultRow, TermShort } from '../../pombase-query';
import { Util } from '../util';
import { GeneVisSettingsComponent } from '../../gene-vis-settings/gene-vis-settings.component';
import { DeployConfigService } from '../../deploy-config.service';
import { SettingsService } from '../../settings.service';

class GeneDisplayData {
Expand Down Expand Up @@ -168,8 +167,7 @@ export class GeneResultsVisComponent implements OnInit {
columnsSubscription: Subscription;
loading: boolean;

constructor(public deployConfigService: DeployConfigService,
private settingsService: SettingsService,
constructor(private settingsService: SettingsService,
private queryService: QueryService,
private router: Router,
private modalService: BsModalService) {
Expand Down

0 comments on commit 3878399

Please sign in to comment.