Skip to content

Commit 53da2d0

Browse files
committed
New dashboard and folder to code
1 parent 5b6a589 commit 53da2d0

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ services:
66
ports:
77
- 52774:52773
88
volumes:
9-
- ~/iris.key:/usr/irissys/mgr/iris.key
9+
- ~/iris.key:/usr/irissys/mgr/iris.key
10+
- ./src:/usr/src
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Export generator="Cache">
3+
<Document name="ArticlesListing2018.dashboard.DFI">
4+
<dashboard xmlns="http://www.intersystems.com/deepsee/library" name="ArticlesListing2018" folderName="" title="Articles 2018" description="" keywords="" owner="" shared="true" public="true" locked="false" resource="" timeCreated="2019-04-23T20:04:21.041Z" createdBy="Admin" category="" bookCover="" scheme="" worklistCount="0" snapTo="true" snapGrid="true" gridRows="10" gridCols="10" canResize="true" canModify="true" showTitleBar="true" titleBarOpacity="" titleBarColor="" selectedTitleBarOpacity="" selectedTitleBarColor="" titleBarTextColor="" selectedTitleBarTextColor="" titleBarFont="" companyName="" companyLogo="" companyStyle="" backgroundColor="white" backgroundImage="none" backgroundRepeat="no-repeat" backgroundSize="100% 100%" backgroundOpacity="1" widgetBorders="1px solid #F0F0F0" widgetBordersSwitch="edit" widgetBordersColor="#F0F0F0" widgetBordersStyle="solid" widgetBordersWidth="1" widgetBordersToggle="true">
5+
<widget name="Widget1" type="pivot" subtype="pivot" subtypeClass="lineChart" title="" dataSource="Tag/Posts.pivot" dataLink="" drillDownDataSource="" width="200" height="200" sidebarContent="" showSidebar="false" sidebarWidth="" maximized="false" homeRowL="0" homeColL="0" colSpanL="10" rowSpanL="9" showToolbar="true" showToolbarBottomBorder="true" showToolbarOnlyWhenMaximized="false" colorToolbar="#F0F0F0" opacityToolbar="1" backgroundColor="#F0F0F0" opacity="1" theme="" dataColorList="">
6+
<control name="" action="applyFilter" target="" targetProperty="[DateDimension].[H1].[Year]" location="widget" type="auto" controlClass="" label="Year" title="" value="&amp;[2018]" text="" readOnly="false" valueList="" displayList="" activeWhen="">
7+
<valueRequired>false</valueRequired>
8+
</control>
9+
<control name="" action="applyFilter" target="" targetProperty="[DateDimension].[H1].[MonthYear]" location="widget" type="auto" controlClass="" label="Month" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
10+
<valueRequired>false</valueRequired>
11+
</control>
12+
<control name="" action="applyFilter" target="" targetProperty="[PostType].[H1].[PostType]" location="widget" type="auto" controlClass="" label="PostType" title="" value="&amp;[Article]" text="" readOnly="false" valueList="" displayList="" activeWhen="">
13+
<valueRequired>false</valueRequired>
14+
</control>
15+
<control name="" action="applyFilter" target="" targetProperty="[AuthorName].[H1].[AuthorName]" location="widget" type="auto" controlClass="" label="Member" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
16+
<valueRequired>false</valueRequired>
17+
</control>
18+
<control name="" action="applyFilter" target="" targetProperty="[Group].[H1].[GroupName]" location="widget" type="auto" controlClass="" label="Group" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
19+
<valueRequired>false</valueRequired>
20+
</control>
21+
</widget>
22+
</dashboard>
23+
</Document></Export>

0 commit comments

Comments
 (0)