@agent-link/server 0.1.137 → 0.1.139
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/web/app.js +1 -1
- package/web/modules/team.js +1 -0
package/package.json
CHANGED
package/web/app.js
CHANGED
|
@@ -861,7 +861,7 @@ const App = {
|
|
|
861
861
|
</div>
|
|
862
862
|
|
|
863
863
|
<!-- Teams section -->
|
|
864
|
-
<div
|
|
864
|
+
<div class="sidebar-section sidebar-teams">
|
|
865
865
|
<div class="sidebar-section-header">
|
|
866
866
|
<span>Teams History</span>
|
|
867
867
|
</div>
|
package/web/modules/team.js
CHANGED