Skip to content

Commit

Permalink
New Prefs 8 jan 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
wazquez committed Jan 8, 2025
1 parent 569a086 commit 6bfd262
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion TaskManagementGadget.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ finesse.modules.TaskManagementGadget = (function($) {
_getDefaultChannelData = function() {
return {
channelId: "TaskManagementSampleGadget",
label: "Registar gadget",

// vvazquez
label: "Registar gadget",
icon: "circle-video-outline",
// end of vvazquez
states: [{
menuId: "ready-menu-item",
label: statesLabel.READY,
Expand Down
4 changes: 2 additions & 2 deletions TaskManagementGadget.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<Module>

<ModulePrefs title="Task Management Gadget"
description="Task Management Gadget"
<ModulePrefs title="Registar Gadget"
description="Registar Gadget"
thumbnail="http://localhost:8080/">

<Require feature="settitle" />
Expand Down

0 comments on commit 6bfd262

Please sign in to comment.