Skip to content

Commit

Permalink
Commands: add ChromeOS to the list (#2908)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner authored Feb 12, 2025
1 parent 67afe8f commit f35b2f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions views/command-form-add.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{#
/**
* Copyright (C) 2020 Xibo Signage Ltd
* Copyright (C) 2025 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
Expand Down Expand Up @@ -63,10 +63,11 @@

{% set options = [
{ optionid: "android", option: "Android" },
{ optionid: "windows", option: "Windows" },
{ optionid: "lg", option: "webOS" },
{ optionid: "sssp", option: "Tizen" },
{ optionid: "chromeOS", option: "ChromeOS" },
{ optionid: "linux", option: "Linux" },
{ optionid: "sssp", option: "Tizen" },
{ optionid: "lg", option: "webOS" },
{ optionid: "windows", option: "Windows" },
] %}
{% set title %}{% trans "Available on" %}{% endset %}
{% set helpText %}{% trans "Leave empty if this command should be available on all types of Display." %}{% endset %}
Expand Down
9 changes: 5 additions & 4 deletions views/command-form-edit.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{#
/**
* Copyright (C) 2020 Xibo Signage Ltd
* Copyright (C) 2025 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
Expand Down Expand Up @@ -64,10 +64,11 @@

{% set options = [
{ optionid: "android", option: "Android" },
{ optionid: "windows", option: "Windows" },
{ optionid: "lg", option: "webOS" },
{ optionid: "sssp", option: "Tizen" },
{ optionid: "chromeOS", option: "ChromeOS" },
{ optionid: "linux", option: "Linux" },
{ optionid: "sssp", option: "Tizen" },
{ optionid: "lg", option: "webOS" },
{ optionid: "windows", option: "Windows" },
] %}
{% set title %}{% trans "Available on" %}{% endset %}
{% set helpText %}{% trans "Leave empty if this command should be available on all types of Display." %}{% endset %}
Expand Down

0 comments on commit f35b2f6

Please sign in to comment.